
20 May
2007
20 May
'07
7:47 p.m.
Thanks for the hint. I'm sure there must be some Microsoft guys reading this mailing list. This is the minimal code that breaks the compiler. Although this code is illegal I don't think the compiler should just ICE. #include <boost/bind.hpp> int main ( int, char** ) { boost::bind::_1; } Christian