History log of /freebsd-12.1/contrib/libc++/include/clocale (Results 1 – 2 of 2)
Revision Date Author Comments
# 854fa44b 16-Sep-2015 Dimitry Andric <[email protected]>

Update libc++ to 3.7.0 release.


# 7a984708 25-Nov-2011 David Chisnall <[email protected]>

Import libc++ / libcxxrt into base. Not build by default yet (use
MK_LIBCPLUSPLUS=yes to enable). This is a work-in-progress. It works for
me, but is not guaranteed to work for anyone else and may

Import libc++ / libcxxrt into base. Not build by default yet (use
MK_LIBCPLUSPLUS=yes to enable). This is a work-in-progress. It works for
me, but is not guaranteed to work for anyone else and may eat your dog.

To build C++ using libc++, add -stdlib=libc++ to your CXX and LD flags.

Bug reports welcome, bug fixes even more welcome...

Approved by: dim (mentor)

show more ...