History log of /freebsd-12.1/contrib/libc++/include/strstream (Results 1 – 3 of 3)
Revision Date Author Comments
# 540d2a8b 22-Apr-2017 Dimitry Andric <[email protected]>

Merge libc++ trunk r300890, and update build glue.


# 1bf9f7c1 27-Apr-2013 Dimitry Andric <[email protected]>

Merge libc++ trunk r180598. Contains several minor cleanups and bug
fixes, no major changes.

MFC after: 2 weeks


# 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 ...