diff options
Diffstat (limited to 'chilbert/FixBitVec.hpp')
-rw-r--r-- | chilbert/FixBitVec.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chilbert/FixBitVec.hpp b/chilbert/FixBitVec.hpp index f9ce94a..f782723 100644 --- a/chilbert/FixBitVec.hpp +++ b/chilbert/FixBitVec.hpp @@ -402,6 +402,12 @@ private: }; template <> +struct is_bitvec<CFixBitVec> +{ + constexpr static bool value = true; +}; + +template <> void grayCode(CFixBitVec& value) { |