fixes for g++ 4.5 (some members returned "the constructor, not the type")
[senf.git] / senf / Utils / mpl.test.cc
index 25d6f0c..fb056c7 100644 (file)
 // Custom includes
 #include "mpl.hh"
 
-#include "../Utils/auto_unit_test.hh"
+#include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace {
 
@@ -70,7 +70,7 @@ namespace {
     struct C {};
 }
 
-BOOST_AUTO_UNIT_TEST(senfmpl)
+SENF_AUTO_UNIT_TEST(senfmpl)
 {
     BOOST_CHECK( choice<A>::has_int_value );
     BOOST_CHECK( ! choice<A>::has_class_value );
@@ -104,12 +104,12 @@ namespace {
 
 }
 
-BOOST_AUTO_UNIT_TEST(mplSlot)
+SENF_AUTO_UNIT_TEST(mplSlot)
 {
     BOOST_CHECK_EQUAL( unsigned(Test::total), 8u );
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f