https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246488
--- Comment #7 from Dimitry Andric <d...@freebsd.org> --- (In reply to Mark Millard from comment #6) Yes, that is precisely the point, you want to use libc++ headers and libraries. You can use g++ as a compiler, but you should *not* use libstdc++ with it. That is, unless you can ensure 100% that no C++ code compiled for libc++ and libstdc++ ever mix. Which definitely is not the case for this port... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"