I think it is not possible anymore to increment the internal compiler heap in VS2005 Best regards Hansjörg Ovanes Markarian schrieb:
Oliver, please try increasing internal compiler heap. Please read about /Zm option in MSDN.
Regards, Ovanes
On Thu, Aug 7, 2008 at 10:59 AM, Oliver Kania
mailto:kania.oliver@googlemail.com> wrote: Hello, the following code makes the VC++ compiler (VS 2005) crash, but only when I am trying a release build ! The debug builds work fine.
std::sort(l_vec.begin(),l_vec.end(),boost::bind(std::less<int>(),boost::bind(&CLayer::GetPrio,_1),boost::bind(&CLayer::GetPrio,_2)));
Where CLayer::GetPrio returns an integer.
Best regards, Oliver
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org mailto:Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users