/* Program to verify compilation against the unit test framework */ | |
namespace { | |
BOOST_AUTO_TEST_CASE(Empty) {} | |
} // namespace | |
/* Program to verify compilation against the unit test framework */ | |
namespace { | |
BOOST_AUTO_TEST_CASE(Empty) {} | |
} // namespace | |