Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] build error for CGAL 4.7 with Qt5 on mac os el capitan

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] build error for CGAL 4.7 with Qt5 on mac os el capitan


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] build error for CGAL 4.7 with Qt5 on mac os el capitan
  • Date: Sat, 2 Apr 2016 15:05:21 +0200 (CEST)

On Sat, 2 Apr 2016, Pratyush Pranav wrote:

but now additionally i get the following error while building the
examples..osx elcappitan again (Xcode 7.2) boost installed from home brew
(version 1.60)

any help?

Please report this to Apple. This is a bug in libc++, they should explicitly qualify the call to make_move_iterator, like they do for rotate on the line above.

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:1929:30:
error: call to 'make_move_iterator' is ambiguous
insert(__make_iter(__p), make_move_iterator(__v.begin()),
^~~~~~~~~~~~~~~~~~

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page