Sha256: 375f61dfb22bb68197bb6a69c05b816fab76e3abbf4be8d3bc22cfc6f6b606aa
Contents?: true
Size: 801 Bytes
Versions: 8
Compression:
Stored size: 801 Bytes
Contents
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors. // Distributed under the MIT License (http://opensource.org/licenses/MIT) #ifndef SPDLOG_COMPILED_LIB # error Please define SPDLOG_COMPILED_LIB to compile this file. #endif #include <spdlog/details/null_mutex.h> #include <spdlog/details/file_helper-inl.h> #include <spdlog/sinks/basic_file_sink-inl.h> #include <spdlog/sinks/base_sink-inl.h> #include <mutex> template class SPDLOG_API spdlog::sinks::basic_file_sink<std::mutex>; template class SPDLOG_API spdlog::sinks::basic_file_sink<spdlog::details::null_mutex>; #include <spdlog/sinks/rotating_file_sink-inl.h> template class SPDLOG_API spdlog::sinks::rotating_file_sink<std::mutex>; template class SPDLOG_API spdlog::sinks::rotating_file_sink<spdlog::details::null_mutex>;
Version data entries
8 entries across 8 versions & 1 rubygems