mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 12:37:29 +02:00
Refine the ADL comment
This commit is contained in:
@ -23,7 +23,7 @@
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
// See README.md for explanation on qualified names below
|
// 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
|
// error: call to 'begin' is ambiguous
|
||||||
|
|
||||||
using namespace boost::fusion;
|
using namespace boost::fusion;
|
||||||
|
Reference in New Issue
Block a user