Boost logo

Boost Users :

From: Christian Henning (chhenning_at_[hidden])
Date: 2007-05-20 21:47:34


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


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