$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] New dependency report
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-07 09:08:11
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.