Boost logo

Boost Users :

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

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