Release Notes » History » Version 2
« Previous -
Version 2/51
(diff) -
Next » -
Current version
Walter E Brown, 09/06/2011 11:08 AM
Release Notes¶
cpp0x 1.02.01 (in progress).¶
- Add
<algorithm>
'sstd::shuffle
,std::is_partitioned
, andstd::partition_point
. - Allow
<random>
'sparam_type
's to beconst
. - Editorial adjustments.
cpp0x 1.02.00.¶
- Rework
std::common_type
implementation. - Add
<string>
with support for new numeric conversion functionsstd::to_string
,std::itos
,std::ltos
, etc. - Add
<random>
. - Add
<algorithm>
'sstd::copy_n
andstd::uninitialized_copy_n
. - Editorial adjustments.
cpp0x 1.01.10.¶
- Add
<algorithm>
'sstd::all_of
,std::any_of
,std::none_of
,std::find_if_not
.
cpp0x 1.01.09.¶
- Add
<cmath>
with support for new math functions
cpp0x 1.01.06.¶
- Add
<algorithm>
'sstd::is_sorted
andstd::is_sorted_until
.