Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cfg.cpp « src - github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: afef8ac4dc5d4d72d78814fcaae4c38b00304365 (plain)
1
2
3
4
5
6
7
8
9
// 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/cfg/helpers-inl.h>