forked from boostorg/fusion
merge from trunk
[SVN r56179]
This commit is contained in:
75
test/compile_time/driver.hpp
Normal file
75
test/compile_time/driver.hpp
Normal file
@ -0,0 +1,75 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2008 Dan Marsden
|
||||
|
||||
Use modification and distribution are subject to the Boost Software
|
||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
http://www.boost.org/LICENSE_1_0.txt).
|
||||
==============================================================================*/
|
||||
|
||||
#if !defined(BOOST_FUSION_COMPILE_TIME_DRIVER)
|
||||
#define BOOST_FUSION_COMPILE_TIME_DRIVER
|
||||
|
||||
int main()
|
||||
{
|
||||
test<0>();
|
||||
test<1>();
|
||||
test<2>();
|
||||
test<3>();
|
||||
test<4>();
|
||||
|
||||
test<5>();
|
||||
test<6>();
|
||||
test<7>();
|
||||
test<8>();
|
||||
test<9>();
|
||||
|
||||
test<10>();
|
||||
test<11>();
|
||||
test<12>();
|
||||
test<13>();
|
||||
test<14>();
|
||||
|
||||
test<15>();
|
||||
test<16>();
|
||||
test<17>();
|
||||
test<18>();
|
||||
test<19>();
|
||||
|
||||
test<20>();
|
||||
test<21>();
|
||||
test<22>();
|
||||
test<23>();
|
||||
test<24>();
|
||||
|
||||
test<25>();
|
||||
test<26>();
|
||||
test<27>();
|
||||
test<28>();
|
||||
test<29>();
|
||||
|
||||
test<30>();
|
||||
test<31>();
|
||||
test<32>();
|
||||
test<33>();
|
||||
test<34>();
|
||||
|
||||
test<35>();
|
||||
test<36>();
|
||||
test<37>();
|
||||
test<38>();
|
||||
test<39>();
|
||||
|
||||
test<40>();
|
||||
test<41>();
|
||||
test<42>();
|
||||
test<43>();
|
||||
test<44>();
|
||||
|
||||
test<45>();
|
||||
test<46>();
|
||||
test<47>();
|
||||
test<48>();
|
||||
test<49>();
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user