$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::thread liker error in Release mode
From: Igor R (boost.lists_at_[hidden])
Date: 2011-12-18 11:06:09
> when I compile it in rlease mode I receive bleow error:
> Â Â 1>c:\program files
> (x86)\boost\boost_1_44\boost\asio\placeholders.hpp(91) : fatal error C1001:
> `An internal error has occurred in the compiler.`
> Â Â 1>(compiler file
> 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x62542D7F:0x00000028]', line 182)
FWIW, VC9 usually crashes on bind args mismatch. So double-check if
everything is ok with your bind expression.