diff --git a/include/jegp/bit.hpp b/include/jegp/bit.hpp index 6a386df..38f60a3 100644 --- a/include/jegp/bit.hpp +++ b/include/jegp/bit.hpp @@ -7,7 +7,7 @@ namespace jegp { template <class T> -constexpr auto bitsof{sizeof(T) * CHAR_BIT}; +[[deprecated]] constexpr auto bitsof{sizeof(T) * CHAR_BIT}; template < class UnsignedInteger, class = std::enable_if_t<