21 Mar
2007
21 Mar
'07
11:20 p.m.
Christian Henning wrote:
#include
using namespace std; using namespace boost;
int _tmain(int argc, _TCHAR* argv[]) { typedef fusion::map< fusion::pair
, fusion::pair , fusion::pair > mymap; BOOST_STATIC_ASSERT((boost::is_same< fusion::result_of::at_key ::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