$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] List of C++ 11 only Boost libraries and their status?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2014-11-24 08:08:37
On 24/11/14 12:10, Niall Douglas wrote:
> For C++ Now 2015 I am intending to present an overview of C++ 11 only
> Boost libraries in the review queue or very near the review queue by
> the time of the conference.
Boost.SIMD, and Boost.Dispatch that it depends on, are now C++11 only.
Those libraries have not yet been added to the review queue.
The problem with them was compilation speed, a problem that we found
easier to solve by moving everything to C++11.