Boost logo

Boost :

Subject: Re: [boost] [modularization] Modularizing Boost (modularization)
From: Peter Dimov (lists_at_[hidden])
Date: 2013-11-01 13:33:35


John Maddock wrote:
> I can't help but wonder if type_traits could be reimplemented in C++11
> without any dependencies at all (and still interoperate correctly with MPL
> etc).

In C++11, I can just use the standard type traits. On the other hand, in
C++11, people can just use std::shared_ptr. :-)

In principle, it might have been possible to have low-level type traits that
do not interoperate with MPL and are completely dependency-free, and a
high-level type traits that are MPL-friendly. But it doesn't make any sense
to do this now. It's almost 2014.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk