Skip to content

Commit

Permalink
Update logging.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 31, 2023
1 parent cf13fe1 commit 1218193
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions httpd/include/httpd/logging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <fmt/ostream.h>
# include <fmt/printf.h>
# include <fmt/format.h>
Expand All @@ -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
Expand Down

0 comments on commit 1218193

Please sign in to comment.