Took place in this commit
This change causes compile time errors due to:-
- Using SPDLOG_FMT_EXTERNAL and using fmt master
- spdlog/common needing basic_format_string without SPDLOG_USE_STD_FORMAT
|
#ifndef SPDLOG_USE_STD_FORMAT |
|
template <typename T, typename... Args> |
|
inline fmt::basic_string_view<T> to_string_view(fmt::basic_format_string<T, Args...> fmt) { |
|
return fmt; |
- xchar.h not being included due to absence of the specified definitions
|
#if defined(SPDLOG_WCHAR_FILENAMES) || defined(SPDLOG_WCHAR_TO_UTF8_SUPPORT) |
|
#include <spdlog/fmt/xchar.h> |
|
#endif |
Took place in this commit
This change causes compile time errors due to:-
spdlog/include/spdlog/common.h
Lines 367 to 370 in e593f66
spdlog/include/spdlog/common.h
Lines 56 to 58 in e593f66