Boost logo

Boost :

Subject: Re: [boost] What C++14/1z standard or TS libraries would you like to have available on a C++11 compiler?
From: Peter Dimov (lists_at_[hidden])
Date: 2016-05-22 12:06:05


Vicente J. Botet Escriba wrote:

> VBE* N3658 - Compile-time integer sequences

Many implementations are available, but if you need one you can lift without
any changes at all,

https://github.com/pdimov/mp11/blob/master/include/boost/integer_sequence.hpp
https://github.com/pdimov/mp11/blob/master/test/integer_sequence.cpp

I think that we probably should put it into type_traits.

> N3656 - make_unique

This is already in smart_ptr, I think.

> P0033R1 Re-enabling shared_from_this

So is this.

> Changes to std::shared_ptr and weak_ptr

And this.


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