diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2017-11-23 14:50:56 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2017-11-23 14:50:56 +0000 |
| commit | 2365c7814a6481dfcc29306a9e882f7957dbed90 (patch) | |
| tree | 3ae240f43429e251102453e0398d378795ffdbf1 /libcxx | |
| parent | ab0b81c5c248450c6fa382c79537bdd093da0554 (diff) | |
| download | bcm5719-llvm-2365c7814a6481dfcc29306a9e882f7957dbed90.tar.gz bcm5719-llvm-2365c7814a6481dfcc29306a9e882f7957dbed90.zip | |
Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews.llvm.org/D40379
llvm-svn: 318919
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/CREDITS.TXT | 4 | ||||
| -rw-r--r-- | libcxx/www/cxx2a_status.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libcxx/CREDITS.TXT b/libcxx/CREDITS.TXT index 92123d736bf..88d923a48e9 100644 --- a/libcxx/CREDITS.TXT +++ b/libcxx/CREDITS.TXT @@ -41,6 +41,10 @@ N: Jonathan B Coe E: jbcoe@me.com D: Implementation of propagate_const. +N: Glen Joseph Fernandes +E: glenjofe@gmail.com +D: Implementation of to_address. + N: Eric Fiselier E: eric@efcs.ca D: LFTS support, patches and bug fixes. diff --git a/libcxx/www/cxx2a_status.html b/libcxx/www/cxx2a_status.html index a17c4931e2d..3a2a66d58ea 100644 --- a/libcxx/www/cxx2a_status.html +++ b/libcxx/www/cxx2a_status.html @@ -67,7 +67,7 @@ <tr><td><a href="https://wg21.link/P0550R2">P0550R2</a></td><td>LWG</td><td>Transformation Trait <tt>remove_cvref</tt></td><td>Albuquerque</td><td>Complete</td><td>6.0</td></tr> <tr><td><a href="https://wg21.link/P0600R1">P0600R1</a></td><td>LWG</td><td>nodiscard in the Library</td><td>Albuquerque</td><td></td><td></td></tr> <tr><td><a href="https://wg21.link/P0616R0">P0616R0</a></td><td>LWG</td><td>de-pessimize legacy <numeric> algorithms with std::move</td><td>Albuquerque</td><td></td><td></td></tr> - <tr><td><a href="https://wg21.link/P0653R2">P0653R2</a></td><td>LWG</td><td>Utility to convert a pointer to a raw pointer</td><td>Albuquerque</td><td></td><td></td></tr> + <tr><td><a href="https://wg21.link/P0653R2">P0653R2</a></td><td>LWG</td><td>Utility to convert a pointer to a raw pointer</td><td>Albuquerque</td><td>Complete</td><td>6.0</td></tr> <tr><td><a href="https://wg21.link/P0718R2">P0718R2</a></td><td>LWG</td><td>Atomic shared_ptr</td><td>Albuquerque</td><td></td><td></td></tr> <tr><td><a href="https://wg21.link/P0767R1">P0767R1</a></td><td>CWG</td><td>Deprecate POD</td><td>Albuquerque</td><td></td><td></td></tr> <tr><td><a href="https://wg21.link/P0768R1">P0768R1</a></td><td>CWG</td><td>Library Support for the Spaceship (Comparison) Operator</td><td>Albuquerque</td><td></td><td></td></tr> |

