Subject: [boost] [fusion] g++-4.6, deque, and c++0x compile error
From: Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2012-07-04 04:54:19


The following trivial program does not compile with g++-4.6.1 and
std=c++0x enabled.

#include <boost/fusion/container.hpp>

int main( int argc , char *argv[] )
{
}

Seems like a bug, or should I configure something via macros?