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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user