some updates

[SVN r36555]
This commit is contained in:
Joel de Guzman
2007-01-01 02:23:51 +00:00
parent ef48d728ef
commit 2be540e903
200 changed files with 1744 additions and 1447 deletions

View File

@ -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;