diff --git a/src/C4Log.h b/src/C4Log.h index e2269743..3222113d 100644 --- a/src/C4Log.h +++ b/src/C4Log.h @@ -48,7 +48,7 @@ namespace C4LoggerConfig template struct Name; -#define C4LOGGERCONFIG_NAME_TYPE(type) template<> struct ::C4LoggerConfig::Name { static constexpr auto Value = #type; } +#define C4LOGGERCONFIG_NAME_TYPE(type) template<> struct C4LoggerConfig::Name { static constexpr auto Value = #type; } template concept HasName = requires { Name::Value; };