no meta map specialization
This commit is contained in:
parent
4683c9e85c
commit
ba350c516d
1 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ namespace MultiArrayTools
|
||||||
GenSingleRangeFactory(vector<U>&& space);
|
GenSingleRangeFactory(vector<U>&& space);
|
||||||
std::shared_ptr<RangeBase> create();
|
std::shared_ptr<RangeBase> create();
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename U>
|
template <typename U>
|
||||||
class MetaMap
|
class MetaMap
|
||||||
{
|
{
|
||||||
|
@ -144,7 +144,7 @@ namespace MultiArrayTools
|
||||||
}
|
}
|
||||||
size_t count(const U& in) const { return mMap.count(in); }
|
size_t count(const U& in) const { return mMap.count(in); }
|
||||||
};
|
};
|
||||||
|
/*
|
||||||
template <>
|
template <>
|
||||||
class MetaMap<std::array<int,2> >
|
class MetaMap<std::array<int,2> >
|
||||||
{
|
{
|
||||||
|
@ -195,7 +195,7 @@ namespace MultiArrayTools
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
template <size_t S>
|
template <size_t S>
|
||||||
struct CheckStatic
|
struct CheckStatic
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue