27 Sep
2010
27 Sep
'10
7:40 a.m.
On 26 September 2010 18:43, Olivier Bertrand
c:\boost_1_44\boost\config\suffix.hpp(588) : error C2039: 'typeinfo' : is not a member of '`global namespace'' c:\boost_1_44\boost\config\suffix.hpp(588) : error C2873: 'typeinfo' : symbol cannot be used in a using-declaration
It looks like this change broke Boost.Config on VC6: https://svn.boost.org/trac/boost/changeset/61434 If that's true then very little of Boost 1.44 will work on that compiler, since almost everything depends on the config headers. Is it worth fixing? Something like this was inevitable once testing stopped. Daniel