mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
Fixed unit tests
This commit is contained in:
@@ -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;
|
||||
// }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user