diff --git a/libs/fusion/test/sequence/std_array.cpp b/libs/fusion/test/sequence/std_array.cpp index c96899f7..49040bfc 100644 --- a/libs/fusion/test/sequence/std_array.cpp +++ b/libs/fusion/test/sequence/std_array.cpp @@ -22,6 +22,10 @@ int main() { + // See README.md for explanation on qualified names below + // C++11 range access interferes with Boost.Fusion: + // error: call to 'begin' is ambiguous + using namespace boost::fusion; typedef std::array array_type;