Lines Matching refs:libc
11 libc++ is an implementation of the C++ standard library targeting C++11 or later.
16 This document tracks the C++11 extensions libc++ requires, the C++11 extensions it provides,
17 and how to write minimal C++11 inside libc++.
23 libc++ expects Clang to provide are:
44 The C++11 extensions libc++ provides in C++03 are currently undergoing change. Existing extensions
48 This section will be updated once the libc++ developer community has further discussed the
49 future of C++03 with libc++.
52 Using Minimal C++11 in libc++
55 This section is for developers submitting patches to libc++. It describes idioms that should be
56 used in libc++ code, even in C++03, and the reasons behind them.
66 For example, libc++ should not use ``add_const`` internally. Instead it should use an alias template