$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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