diff --git a/include/nameof.hpp b/include/nameof.hpp index 71221b4..5f58437 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -231,7 +231,7 @@ template return name; } -} // namespace detail +} // namespace nameof::detail // Obtains simple (unqualified) string enum name of enum variable. template , typename = std::enable_if_t>>