aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml1
-rw-r--r--test/convert.cpp4
2 files changed, 4 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 2d854d6..918e11a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -59,6 +59,7 @@ for:
only:
- image: Visual Studio 2013
environment:
+ # First release of Boost.Test v3.
boost_version: 1.59.0
build_script:
- cd cmake
diff --git a/test/convert.cpp b/test/convert.cpp
index f88cb47..2a113d1 100644
--- a/test/convert.cpp
+++ b/test/convert.cpp
@@ -5,8 +5,10 @@
#include <winapi/utf8.hpp>
-// clang-format off
#include <boost/format.hpp>
+
+// clang-format off
+// The order matters for older Boost versions.
#include <boost/test/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include <boost/test/data/monomorphic.hpp>