$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-11-23 13:20:28
AlisdairM wrote:
> Thorsten Ottosen wrote:
>
>> Well, the ultra-efficient make_array() functions was a clear missing
>> part.
>
> along with support for checked iterators and tests for constant
> initialization of arrays of PODs. Changes other than TR1 support were
> deliberately kept out while 1.34 was going through final testing.
boost::array is still not 100% TR1 conforming, in particular, its size()
function is static. This breaks boost::bind( &Cnt::size, _1 ), as reported
on the -users list.