1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-06 14:15:49 +08:00
spdlog/include/spdlog
Colin Duquesnoy 11ee6834f6
Fix compilation error with GCC 8
error: need 'typename' before 'std::conditional<std::is_same<char, char>::value, fmt::BasicMemoryWriter<char>, fmt::BasicMemoryWriter<wchar_t> >::type' because 'std::conditional<std::is_same<char, char>::value, fmt::BasicMemoryWriter<char>, fmt::BasicMemoryWriter<wchar_t> >' is a dependent scope
         std::conditional<std::is_same<filename_t::value_type, char>::value, fmt::MemoryWriter, fmt::WMemoryWriter>::type w;
2018-02-10 15:15:46 +01:00
..
details comment 2018-01-12 14:09:07 +02:00
fmt astyle 2017-12-01 03:46:19 +02:00
sinks Fix compilation error with GCC 8 2018-02-10 15:15:46 +01:00
async_logger.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
common.h Fix issue #629 2018-02-05 12:20:57 +02:00
formatter.h modified path on quoted #includes 2017-11-11 13:44:27 +01:00
logger.h astyle 2017-12-01 03:46:19 +02:00
spdlog.h version 0.16.3 2018-01-12 14:09:34 +02:00
tweakme.h added SPDLOG_DISABLE_TID_CACHING macro to prevent invalid thread ids after fork 2017-11-26 00:40:47 +02:00