Fix appveyor build

This commit is contained in:
Daniil Kovalev
2021-07-04 13:25:25 +03:00
parent 7b7615a6d9
commit 4022c2fc00
3 changed files with 53 additions and 40 deletions

View File

@@ -9,6 +9,11 @@
#include "config.h"
#endif
// Avoid empty test tree on boost 1.60 and lower
BOOST_AUTO_TEST_CASE(dummy)
{
}
#if (BOOST_VERSION / 100000) >= 1 && ((BOOST_VERSION / 100) % 1000) >= 61
BOOST_AUTO_TEST_CASE(pack_convert_string_view)