mirror of
https://github.com/boostorg/typeof.git
synced 2025-11-16 15:39:23 +01:00
fixed test failure on cw
[SVN r31906]
This commit is contained in:
@@ -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<x*>::value);
|
||||
|
||||
Reference in New Issue
Block a user