diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/chilbert/detail/operations.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chilbert/detail/operations.hpp b/include/chilbert/detail/operations.hpp index ed9dfac..04d2689 100644 --- a/include/chilbert/detail/operations.hpp +++ b/include/chilbert/detail/operations.hpp @@ -122,7 +122,7 @@ pop_count<unsigned long long>(const unsigned long long& field) /// Return 1 + the index of the least significant 1-bit of `field`, or zero template<typename T> inline int -find_first(const T field); +find_first(T field); template<> inline int |