forked from boostorg/fusion
Add comment on conflicts with C++11 range access
This commit is contained in:
@ -22,6 +22,10 @@
|
|||||||
|
|
||||||
int main()
|
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;
|
using namespace boost::fusion;
|
||||||
typedef std::array<int,3> array_type;
|
typedef std::array<int,3> array_type;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user