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