You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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;
8 years ago
..
details comment 8 years ago
fmt astyle 8 years ago
sinks Fix compilation error with GCC 8 8 years ago
async_logger.h modified path on quoted #includes 8 years ago
common.h Fix issue #629 8 years ago
formatter.h modified path on quoted #includes 8 years ago
logger.h astyle 8 years ago
spdlog.h version 0.16.3 8 years ago
tweakme.h added SPDLOG_DISABLE_TID_CACHING macro to prevent invalid thread ids after fork 8 years ago