mirror of https://github.com/gabime/spdlog.git
Changed header guard for format.h
Previously, if spdlog was being used in a project that also uses cppformat, this file (with it's custom namespace) would not be included. This is because, while the definitions were added to the spdlog namespace, the include guard was left the same as in the actual cppformat library. This change modifies the include guard by prefixing it with SPDLOG_.pull/18/head
parent
e166fadeb9
commit
2bf6eeb0db
Loading…
Reference in New Issue