git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1676
270642c3-0616-0410-b53a-bc976706d245
BOOST_CHECK( Reg::lookup<ComplexAnnotation>() < 0 );
BOOST_CHECK( Reg::lookup<ComplexEmptyAnnotation>() < 0 );
+#ifdef SENF_DEBUG
std::stringstream ss;
senf::dumpPacketAnnotationRegistry(ss);
" (anonymous namespace)::ComplexAnnotation yes 8\n"
" (anonymous namespace)::LargeAnnotation no 32\n"
" 0 (anonymous namespace)::IntAnnotation no 4\n" );
+#endif
}
#ifdef COMPILE_CHECK