diff --git a/include/nameof.hpp b/include/nameof.hpp index 7afc604..8fd44f0 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -1023,7 +1023,7 @@ template struct is_same : std::true_type {}; template -constexpr bool is_nullptr_v = is_same(nullptr)>::value; +constexpr bool is_nullptr_v = is_same>(nullptr)>::value; template constexpr auto p() noexcept {