[graph] Compilation error with adjacency_list and C++11
Hello,
the program below does not compile at least with g++ 5.3.1
and clang++ 3.5.2-1 when using c++11 standard.
If I comment line #1 it compiles. If I change #2 to undirectedS it compiles.
Is there anything wrong in my code or is it a problem in boost's?
Thanks,
Sebastien.
#include
Hi Sebastien, Sebastien Loriot wrote:
the program below does not compile at least with g++ 5.3.1 and clang++ 3.5.2-1 when using c++11 standard.
Seems related to ticket #10382: 1.56.0 Graph adjacency_list has compile errors on g++ 4.6.4 ( https://svn.boost.org/trac/boost/ticket/10382 ) This is fixed on 'develop' branch ( https://github.com/boostorg/graph/pull/22 ), but the fix has NOT been merged to 'master' branch :( Regards, Michel
Michel Morin wrote:
This is fixed on 'develop' branch ( https://github.com/boostorg/graph/pull/22 ), but the fix has NOT been merged to 'master' branch
The fix gets merged to 'master' branch. So it will probably be in the next Boost release (1.62). Thanks for the merge, Noel! Regards, Michel
participants (2)
-
Michel Morin
-
Sebastien Loriot (GeometryFactory)