$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] removing ConceptCheck ->Parameterdependency
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-06 02:08:35
Le 06/06/14 03:01, Peter Dimov a écrit :
> Vicente J. Botet Escriba wrote:
>> I suggest removing the ConceptCheck -> Parameter dependency to move
>> |boost/parameter/aux_/parenthesized_type.hpp| to Boost.Detail.
>
> There's also a similar utility in Utility, BOOST_IDENTITY_TYPE. It
> depends on type_traits though, whereas Dave's version is self-contained.
>
>
Great. The dependency on TypeTraits seems not really an issue at this
level. Who can change the code?
Vicente