Skip to content

Commit

Permalink
Revmoed definition of deprecated fmt macros
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Apr 25, 2024
1 parent fd61ea9 commit 71925ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/spdlog/fmt/fmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
#ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0
#endif
// enable the 'n' flag in for backward compatibility with fmt 6.x
#define FMT_DEPRECATED_N_SPECIFIER
// enable ostream formatting for backward compatibility with fmt 8.x
#define FMT_DEPRECATED_OSTREAM


#include <spdlog/fmt/bundled/core.h>
#include <spdlog/fmt/bundled/format.h>

Expand Down

0 comments on commit 71925ca

Please sign in to comment.