From 53a1a74a10211ed0ae09a8a7aefd76d6c617dd4d Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Sat, 6 Jul 2013 00:55:58 +0100 Subject: [PATCH] Refine the ADL comment --- libs/fusion/test/sequence/std_array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;