forked from mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Makes libc++ behavior consistent between C++03 and C++11. Can use `decltype` in C++03 because `include/__config` defines a macro when `decltype` is not available. Reviewers: mclow.lists, EricWF, erik.pilkington, ldionne Reviewed By: ldionne Subscribers: dexonsmith, cfe-commits, howard.hinnant, ldionne, christof, jkorous, Quuxplusone Differential Revision: https://reviews.llvm.org/D48753 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349676 91177308-0d34-0410-b5e6-96231b3b80d8 |
7 years ago | |
|---|---|---|
| .. | ||
| allocator.tag | 11 years ago | |
| allocator.traits | 7 years ago | |
| allocator.uses | 9 years ago | |
| c.malloc | 11 years ago | |
| default.allocator | 7 years ago | |
| pointer.conversion | 8 years ago | |
| pointer.traits | 7 years ago | |
| ptr.align | 11 years ago | |
| specialized.algorithms | 8 years ago | |
| storage.iterator | 7 years ago | |
| temporary.buffer | 8 years ago | |
| unique.ptr/unique.ptr.special | 8 years ago | |
| util.dynamic.safety | 9 years ago | |
| util.smartptr | 7 years ago | |