2
0
mirror of https://github.com/gabime/spdlog.git synced 2026-02-02 09:22:24 +00:00
Files
spdlog/tests/test_pattern_formatter.cpp
Charles Milette 4f80077339 Support compile-time format string checking with std::format (#2544)
* Support compile-time format string checking with std::format

* Fix pre-VS 17.5 compilation

* Fix compilation without wchar_t support

* What am I doing

* Bring back fmt optimization

* Move to_string_view to common.h

* Fix SPDLOG_CONSTEXPR_FUNC emitting duplicate symbol errors when building in C++11

* Also add inline on VS 2013

* Appender doesn't work on wide strings
2022-11-12 23:07:11 +02:00

20 KiB