|
||||
File indexing completed on 2025-01-18 10:12:42
0001 // 0002 // Copyright(c) 2016 Gabi Melman. 0003 // Distributed under the MIT License (http://opensource.org/licenses/MIT) 0004 // 0005 0006 #pragma once 0007 // 0008 // include bundled or external copy of fmtlib's chrono support 0009 // 0010 0011 #if !defined(SPDLOG_USE_STD_FORMAT) 0012 # if !defined(SPDLOG_FMT_EXTERNAL) 0013 # ifdef SPDLOG_HEADER_ONLY 0014 # ifndef FMT_HEADER_ONLY 0015 # define FMT_HEADER_ONLY 0016 # endif 0017 # endif 0018 # include <spdlog/fmt/bundled/chrono.h> 0019 # else 0020 # include <fmt/chrono.h> 0021 # endif 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |