Sean LK 75f862bf57 Fix building with clang in header-only mode
Building under a recent clang compiler causes the use of an extern
template for the BasicData struct. However, the only instantiation of
that structure in format.cc is only done if FMT_HEADER_ONLY is not
defined. This causes the build to fail in C++11 or C++14 mode.
Therefore, only declare the BasicData template as extern if
FMT_HEADER_ONLY is not defined.
2016-06-25 05:22:07 +00:00
..
CMakeLists.txt Implemented #335: custom printf support 2016-06-09 08:41:56 -07:00
format.cc Fix a -Wweak-vtables warning in clang 2016-06-14 08:54:08 -07:00
format.h Fix building with clang in header-only mode 2016-06-25 05:22:07 +00:00
ostream.cc Reduce noise 2016-06-22 06:33:56 -07:00
ostream.h Reduce noise 2016-06-22 06:33:56 -07:00
posix.cc Reduce noise 2016-06-22 06:33:56 -07:00
posix.h Reduce noise 2016-06-22 06:33:56 -07:00
printf.h Fix MSVC warnings 2016-06-15 06:29:47 -07:00
string.h Add fmt prefix to includes (#332) 2016-05-22 16:42:44 -07:00
time.h Reduce noise 2016-06-22 06:33:56 -07:00