diff --git a/libs/fusion/test/sequence/std_array.cpp b/libs/fusion/test/sequence/std_array.cpp index 49040bfc..f445ca1d 100644 --- a/libs/fusion/test/sequence/std_array.cpp +++ b/libs/fusion/test/sequence/std_array.cpp @@ -23,7 +23,7 @@ int main() { // See README.md for explanation on qualified names below - // C++11 range access interferes with Boost.Fusion: + // C++0x/11 range access interferes with Boost.Fusion interface: // error: call to 'begin' is ambiguous using namespace boost::fusion;