2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 19:12:10 +00:00

NVCC support

Forcing the support for variadic macro on NVCC
This commit is contained in:
Raffi Enficiaud
2019-12-13 00:50:58 +01:00
parent 741ff88f56
commit 7adf75e367
2 changed files with 5 additions and 0 deletions

View File

@@ -143,6 +143,10 @@ class type_info;
#define BOOST_PP_VARIADICS 1
#endif
#if defined(__NVCC__)
#define BOOST_PP_VARIADICS 1
#endif
#endif /* ifndef BOOST_PP_VARIADICS */
// some versions of VC exibit a manifest error with this BOOST_UNREACHABLE_RETURN

View File

@@ -13,6 +13,7 @@
#define BOOST_TEST_UNIT_TEST_SUITE_HPP_071894GER
// Boost.Test
#include <boost/test/detail/config.hpp>
#include <boost/test/framework.hpp>
#include <boost/test/tree/auto_registration.hpp>
#include <boost/test/tree/test_case_template.hpp>