diff --git a/include/nameof.hpp b/include/nameof.hpp index 9636ec2..8068bce 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -46,7 +46,7 @@ struct identity { template struct remove_all_pointers - : std::conditional_t::value, + : std::conditional::value, remove_all_pointers::type>, identity> {}; class cstring final {