Fixed unit tests

This commit is contained in:
Paolo Andreetto
2019-07-15 08:28:09 +00:00
parent 8fe8311483
commit 52d574e317
3 changed files with 7 additions and 40 deletions

View File

@@ -237,9 +237,9 @@ public:
// std::cout << boost::mpl::at_c< BitSet,1 >::type::value << "\n";
}
int Get(unsigned short field) const {
return boost::mpl::at_c< BitSet, field >::type::value;
}
// int Get(unsigned short field) const {
// return boost::mpl::at_c< BitSet, field >::type::value;
// }
};