aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/FixBitVec.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-19 10:34:13 +0200
committerDavid Robillard <d@drobilla.net>2018-09-29 14:47:52 +0200
commit9db42db409cf1d84c13d6659c773db44c9f3e29e (patch)
tree5fc1f021abb3514497c2340b4a4872b20718622b /chilbert/FixBitVec.hpp
parent8f5f179bf2af2002ed74c0e81ae3661b71b289cf (diff)
downloadchilbert-9db42db409cf1d84c13d6659c773db44c9f3e29e.tar.gz
chilbert-9db42db409cf1d84c13d6659c773db44c9f3e29e.tar.bz2
chilbert-9db42db409cf1d84c13d6659c773db44c9f3e29e.zip
Clean up type traits
Diffstat (limited to 'chilbert/FixBitVec.hpp')
-rw-r--r--chilbert/FixBitVec.hpp6
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)
{