mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 16:47:18 +02:00
some updates
[SVN r36555]
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
#define FUSION_VALUE_AT(S, N) result_of::value_at_c<S, N>
|
||||
#endif
|
||||
|
||||
namespace
|
||||
namespace test_detail
|
||||
{
|
||||
// something to prevent warnings for unused variables
|
||||
template<class T> void dummy(const T&) {}
|
||||
@ -32,6 +32,7 @@ void
|
||||
test()
|
||||
{
|
||||
using namespace boost::fusion;
|
||||
using namespace test_detail;
|
||||
|
||||
double d = 2.7;
|
||||
A a;
|
||||
|
Reference in New Issue
Block a user