spdlog
Loading...
Searching...
No Matches
include
spdlog
fmt
xchar.h
Go to the documentation of this file.
1
//
2
// Copyright(c) 2016 Gabi Melman.
3
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
4
//
5
6
#pragma once
7
//
8
// include bundled or external copy of fmtlib's ostream support
9
//
10
11
#if !defined(SPDLOG_FMT_EXTERNAL)
12
# ifdef SPDLOG_HEADER_ONLY
13
# ifndef FMT_HEADER_ONLY
14
# define FMT_HEADER_ONLY
15
# endif
16
# endif
17
# include <
spdlog/fmt/bundled/xchar.h
>
18
#else
19
# include <
fmt/xchar.h
>
20
#endif
xchar.h
xchar.h
Generated by
1.9.8