[modularization] removing ConceptCheck ->Parameter dependency
I suggest removing the ConceptCheck -> Parameter dependency to
move|boost/parameter/aux_/parenthesized_type.hpp| to Boost.Detail.
Vicente
/parameter/ http://www.pdimov.com/tmp/report-6d1f271/parameter.html
|
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.
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
Le 06/06/14 08:08, Vicente J. Botet Escriba a écrit :
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?
Could we decide on this point? Vicente
Le 09/06/14 12:44, Peter Dimov a écrit :
Vicente J. Botet Escriba wrote:
Could we decide on this point?
I removed the #include
from yesterday (in develop). That's not in master yet, I'll wait a few days before merging the change. Thanks, Vicente
participants (2)
-
Peter Dimov
-
Vicente J. Botet Escriba