
23 Nov
2006
23 Nov
'06
6:20 p.m.
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.