7 Jun
2014
7 Jun
'14
1:08 p.m.
John Maddock wrote:
For me it seems there are relatively few uses of type_traits that don't end up requiring either mpl::if_ or mpl::bool_ anyway?
Depends. smart_ptr doesn't (and will never) require anything mpl. And we can always duplicate mpl::if_ in core::, if there's demand. It's not hard to avoid mpl::if_ and mpl::bool_ in our brave post-VC++6 world.