forked from boostorg/tuple
Fixed unused variables that show up as warnings when doing regression
tests. [SVN r11241]
This commit is contained in:
@ -405,7 +405,7 @@ void cons_test()
|
|||||||
BOOST_TEST(make_tuple(3,2,1)==c);
|
BOOST_TEST(make_tuple(3,2,1)==c);
|
||||||
|
|
||||||
cons<char, cons<int, cons<float, null_type> > > x;
|
cons<char, cons<int, cons<float, null_type> > > x;
|
||||||
|
dummy(x);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user