Sean LK 1127e7a953 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.

(cherry picked from commit 75f862bf574743e9c68e2b694142bdaf7cfcc44d)
2016-10-23 11:52:28 +02:00
..
CMakeLists.txt Break long lines 2016-10-23 11:47:59 +02:00
format.cc Fix a -Wweak-vtables warning in clang 2016-10-23 11:49:44 +02:00
format.h Fix building with clang in header-only mode 2016-10-23 11:52:28 +02:00
ostream.cc Reduce noise 2016-10-23 11:52:07 +02:00
ostream.h Reduce noise 2016-10-23 11:52:07 +02:00
posix.cc Reduce noise 2016-10-23 11:52:07 +02:00
posix.h Reduce noise 2016-10-23 11:52:07 +02:00
time.h Reduce noise 2016-10-23 11:52:07 +02:00