$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-12-02 14:07:49
Alexander Grund wrote:
> IMO it would be enough on a cost-benefit ratio to go to C++11 by basically
> banning the use of MPL in Boost (the single-worst offender on compile
> times) and reducing the use of type_traits to the absolute minimum. Those
> 2 are (transitively) in the largest chunk of boost libraries and hence hit
> hard on compiletimes.
What is the problem with TypeTraits?