mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-24 01:27:37 +02:00
some updates
[SVN r36555]
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#define FUSION_AT at_c
|
||||
#endif
|
||||
|
||||
namespace
|
||||
namespace test_detail
|
||||
{
|
||||
// something to prevent warnings for unused variables
|
||||
template<class T> void dummy(const T&) {}
|
||||
@ -51,6 +51,7 @@ inline void
|
||||
test()
|
||||
{
|
||||
using namespace boost::fusion;
|
||||
using namespace test_detail;
|
||||
|
||||
FUSION_SEQUENCE<int> t1;
|
||||
BOOST_TEST(FUSION_AT<0>(t1) == int());
|
||||
|
Reference in New Issue
Block a user