From b0ca30c7e5fa83587b1c4018280e19aad5a63529 Mon Sep 17 00:00:00 2001 From: schaumb Date: Fri, 17 Mar 2023 17:34:47 +0100 Subject: [PATCH] Remove reference --- include/nameof.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {