Re: missing some c++11 support for clang in FreeBSD

2013-05-14 Thread Matthias Andree
Am 14.05.2013 02:35, schrieb Alexander K. Beros: I have just started using clang (on FreeBSD 9.1 AMD64) and encountered a couple problems. I have worked around these points, but in case they represent something unintentional (as opposed to some error on my part while building from the port)

Re: missing some c++11 support for clang in FreeBSD

2013-05-14 Thread Dimitry Andric
On May 14, 2013, at 02:35, Alexander K. Beros a...@154cm.com wrote: I have just started using clang (on FreeBSD 9.1 AMD64) and encountered a couple problems. I have worked around these points, but in case they represent something unintentional (as opposed to some error on my part while

Re: missing some c++11 support for clang in FreeBSD

2013-05-14 Thread Matthias Andree
Alexander, one more URL for you regarding c++11 on FreeBSD 9.1: http://blogs.freebsdish.org/theraven/tag/libc/ ___ freebsd-toolchain@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to

Re: missing some c++11 support for clang in FreeBSD

2013-05-14 Thread Alexander K. Beros
Mathias and Dimitry, Thank you for taking the time to provide such a detailed and helpful responses. I understood that I was mixing clang with the GNU libstdc++. Some weeks ago I followed the guidelines at https://wiki.freebsd.org/BuildingFreeBSDWithClang , but had subsequent runtime problems