diff --git a/httpd/include/httpd/logging.hpp b/httpd/include/httpd/logging.hpp index b184d3b9d..b9c2d224e 100644 --- a/httpd/include/httpd/logging.hpp +++ b/httpd/include/httpd/logging.hpp @@ -137,11 +137,6 @@ # pragma warning(disable: 4244 4127) # endif // _MSC_VER -# ifdef __clang__ -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wexpansion-to-defined" -# endif - # include # include # include @@ -150,14 +145,9 @@ namespace std { using ::fmt::format; using ::fmt::format_to; using ::fmt::vformat; - using ::fmt::vformat_to; using ::fmt::make_format_args; } -# ifdef __clang__ -# pragma clang diagnostic pop -# endif - # ifdef _MSC_VER # pragma warning(pop) # endif