mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 20:17:32 +02:00
Add comment on conflicts with C++11 range access
This commit is contained in:
@ -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<int,3> array_type;
|
||||
|
||||
|
Reference in New Issue
Block a user