
16 Apr
2011
16 Apr
'11
8:42 p.m.
On 16/04/2011 22:24, Simonson, Lucanus J wrote:
I think I'm using the one from MPL. If you use MPL for the compile time boolean operations with enable_if then you might as well use the ones in MPL. Actually, it turns out I'm inheriting from the ones in MPL, but it could have been a typedef.
struct gtl_no : mpl::bool_<false> {}; struct gtl_yes : mpl::bool_<true> {};
Both of these types have the same size.