
31 Jan
2006
31 Jan
'06
2:44 p.m.
Aleksey Gurtovoy wrote:
MB writes:
David Abrahams wrote:
MB <mb2act@yahoo.co.jp> writes:
Even 'const_begin' that calls unqualified 'begin' breaks down Boost.MPL!!
How so? What happens? Got a small reproducible case?
See: http://lists.boost.org/boost-users/2006/01/16513.php
void trouble() { typedef dummy< ::boost::mpl::vector< int > > vt ; typedef ::std::vector< const vt* > ct ;
boost::const_begin( ct() ) ; }
Just to clarify, this was a bug in the current version of boost.range. In the new version , no call to begin(), end(), size(), and empty() is unqualified. -Thorsten