$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-03-21 19:20:32
Christian Henning wrote:
> #include <boost/fusion/sequence.hpp>
>
> using namespace std;
> using namespace boost;
>
> int _tmain(int argc, _TCHAR* argv[])
> {
> typedef fusion::map< fusion::pair<int, char>, fusion::pair<char,
> char>, fusion::pair<double, char> > mymap;
> BOOST_STATIC_ASSERT((boost::is_same<
> fusion::result_of::at_key<mymap, int>::type, char&>::value));
>
> return 0;
> }
>
> I have downloaded the CVS Head but here I'm getting an Internal
> Compiler Error. Is that a known issue?
Seems to compile fine.
I don't know why you cannot.
How about Rebuild.
-- Shunsuke Sogame