
21 May
2007
21 May
'07
1:47 a.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