Boost logo

Boost Users :

From: Oliver Kania (kania.oliver_at_[hidden])
Date: 2008-08-07 04:59:44


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 list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net