[Lemon-user] C++11 on xcode

Peter A. Kolski Peter.Kolski at physik.tu-berlin.de
Tue Jan 22 02:27:35 CET 2013


Dear all,

have you experienced any issues while compiling LEMON with clang / LLVM?
I want to use C++1 with "libc++ with C++11 support"

These are the issues:

include/lemon/bits/alteration_notifier.h:197:42: No type named 'iterator' in 'std::__1::list<lemon::AlterationNotifier<lemon::DigraphExtender<lemon::ListDigraphBase>, lemon::ListDigraphBase::Node>::ObserverBase *, std::__1::allocator<lemon::AlterationNotifier<lemon::DigraphExtender<lemon::ListDigraphBase>, lemon::ListDigraphBase::Node>::ObserverBase *>>'

include/lemon/bits/alteration_notifier.h:197:42: No type named 'iterator' in 'std::__1::list<lemon::AlterationNotifier<lemon::DigraphExtender<lemon::ListDigraphBase>, lemon::ListDigraphBase::Arc>::ObserverBase *, std::__1::allocator<lemon::AlterationNotifier<lemon::DigraphExtender<lemon::ListDigraphBase>, lemon::ListDigraphBase::Arc>::ObserverBase *>>'

include/lemon/bits/alteration_notifier.h:197:42: No type named 'iterator' in 'std::__1::list<lemon::AlterationNotifier<lemon::GraphExtender<lemon::ListGraphBase>, lemon::ListGraphBase::Node>::ObserverBase *, std::__1::allocator<lemon::AlterationNotifier<lemon::GraphExtender<lemon::ListGraphBase>, lemon::ListGraphBase::Node>::ObserverBase *>>'

include/lemon/bits/alteration_notifier.h:197:42: No type named 'iterator' in 'std::__1::list<lemon::AlterationNotifier<lemon::GraphExtender<lemon::ListGraphBase>, lemon::ListGraphBase::Arc>::ObserverBase *, std::__1::allocator<lemon::AlterationNotifier<lemon::GraphExtender<lemon::ListGraphBase>, lemon::ListGraphBase::Arc>::ObserverBase *>>'

include/lemon/bits/alteration_notifier.h:197:42: No type named 'iterator' in 'std::__1::list<lemon::AlterationNotifier<lemon::GraphExtender<lemon::ListGraphBase>, lemon::ListGraphBase::Edge>::ObserverBase *, std::__1::allocator<lemon::AlterationNotifier<lemon::GraphExtender<lemon::ListGraphBase>, lemon::ListGraphBase::Edge>::ObserverBase *>>'


Thank you for your help!

Peter


More information about the Lemon-user mailing list