aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/BigBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chilbert/BigBitVec.hpp')
-rw-r--r--chilbert/BigBitVec.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/chilbert/BigBitVec.hpp b/chilbert/BigBitVec.hpp
index c3fe957..8d073b5 100644
--- a/chilbert/BigBitVec.hpp
+++ b/chilbert/BigBitVec.hpp
@@ -490,6 +490,12 @@ private:
};
template <>
+struct is_bitvec<CBigBitVec>
+{
+ constexpr static bool value = true;
+};
+
+template <>
void
grayCode(CBigBitVec& value)
{