diff --git a/include/boost/histogram/literals.hpp b/include/boost/histogram/literals.hpp index b5d45967..02ce9a39 100644 --- a/include/boost/histogram/literals.hpp +++ b/include/boost/histogram/literals.hpp @@ -23,7 +23,7 @@ constexpr unsigned parse_number(unsigned n, char f, Rest... rest) { namespace literals { /// Suffix operator to generate literal compile-time numbers, 0_c, 12_c, etc. template -auto operator"" _c() { +auto operator ""_c() { return std::integral_constant(); } } // namespace literals