From 6385a7544175c122a9adae1df16bc81512e62d0c Mon Sep 17 00:00:00 2001 From: Arkadiy Vertleyb Date: Sun, 4 Dec 2005 19:59:42 +0000 Subject: [PATCH] fixed test failure on cw [SVN r31906] --- test/modifiers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/modifiers.cpp b/test/modifiers.cpp index e14143c..f67d5c9 100755 --- a/test/modifiers.cpp +++ b/test/modifiers.cpp @@ -1,7 +1,7 @@ #include "test.hpp" #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP() -struct x; +struct x{}; BOOST_TYPEOF_REGISTER_TYPE(x) BOOST_STATIC_ASSERT(boost::type_of::test::value);