8 Jun
2014
8 Jun
'14
10:46 p.m.
Andrey Semashev wrote
mpl::bool_ is not the only thing TypeTraits uses from MPL, so this dependency won't go that easily.
The list appears long, ... http://www.pdimov.com/tmp/report-b932921/type_traits.html#mpl ... but most of the nontrivial metaprogramming is done by common_type. The other contenders are floating_point_promotion and detail/template_arity_spec. The reverse, http://www.pdimov.com/tmp/report-b932921/mpl.html#type_traits looks breakable as well.