X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibc%2B%2B%2Ftrunk%2Fwww%2Findex.html;h=89bb003ec3292e06096689207160e6d224b36fa8;hb=367844aeb5646f8974a457d99830b0701ebb2cc7;hp=02470ea9af4740233524102286096ade72b3e02e;hpb=7ff13776d9adf6dd69919761cbe6ea5a97d63522;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libc++/trunk/www/index.html b/src/third_party/libc++/trunk/www/index.html index 02470ea..89bb003 100644 --- a/src/third_party/libc++/trunk/www/index.html +++ b/src/third_party/libc++/trunk/www/index.html @@ -117,9 +117,8 @@

libc++ is a 100% complete C++11 implementation on Apple's OS X.

LLVM and Clang can self host in C++ and C++11 mode with libc++ on Linux.

-

C++1Y (C++14) implementation is in progress. The current status is - here

- +

libc++ is also a 100% complete C++14 implementation. A list of new features and changes for + C++14 can be found here.

Ports to other platforms are underway. Here are recent test results for Windows @@ -208,6 +207,23 @@ against it with -fno-rtti is supported. (clang mailing list).

+

Bug reports and patches

+ + +

+If you think you've found a bug in libc++, please report it using +the LLVM Bugzilla. If you're not sure, you +can post a message to the cfe-dev +mailing list or on IRC. Please include "libc++" in your subject. +

+ +

+If you want to contribute a patch to libc++, the best place for that is the +cfe-commits +mailing list. Please include "libc++" and "PATCH" in your subject. +

+ +

Build on Linux using CMake and libsupc++.