Files
fusion/test/sequence/tuple_nest.cpp

20 lines
554 B
C++
Raw Normal View History

2015-07-27 13:31:19 +09:00
/*=============================================================================
Copyright (C) 2015 Kohei Takahshi
Distributed under 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)
==============================================================================*/
#include <boost/fusion/tuple/tuple.hpp>
#include <boost/core/lightweight_test.hpp>
#define FUSION_SEQUENCE tuple
#include "nest.hpp"
int
main()
{
test();
return boost::report_errors();
}