Added binary enum serialization

This commit is contained in:
Randolph Voorhies
2013-06-19 17:56:30 -07:00
parent d82ecd7b63
commit 24ad0341ad
5 changed files with 17 additions and 10 deletions

View File

@@ -1816,4 +1816,3 @@ BOOST_AUTO_TEST_CASE( binary_chrono )
BOOST_CHECK_EQUAL( o_timePoint1 == i_timePoint1, true );
}
}