Issue #418 - Minimal supported library subset (#419)

This commit is contained in:
alabuzhev
2016-11-10 20:29:12 +01:00
committed by Jonathan Müller
parent f5b1c16e2c
commit 1d2049b53e
8 changed files with 67 additions and 41 deletions
+2 -1
View File
@@ -28,8 +28,9 @@
#define FMT_NOEXCEPT
#include "test-assert.h"
// Include format.cc instead of format.h to test implementation-specific stuff.
// Include *.cc instead of *.h to test implementation-specific stuff.
#include "fmt/format.cc"
#include "fmt/printf.cc"
#include <algorithm>
#include <cstring>