diff --git a/include/boost/hash2/hash_append.hpp b/include/boost/hash2/hash_append.hpp index 7605cc2..dd3efdc 100644 --- a/include/boost/hash2/hash_append.hpp +++ b/include/boost/hash2/hash_append.hpp @@ -175,10 +175,9 @@ template } // pointer types -// not constexpr +// never constexpr template - BOOST_CXX14_CONSTEXPR typename std::enable_if< std::is_pointer::value, void >::type do_hash_append( Hash& h, Flavor const& f, T const& v ) { @@ -204,9 +203,9 @@ template } // std::nullptr_t +// not constexpr for consistency with T* template - BOOST_CXX14_CONSTEXPR typename std::enable_if< std::is_same::value, void >::type do_hash_append( Hash& h, Flavor const& f, T const& v ) {