diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-12-06 23:52:28 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-12-06 23:52:28 +0000 |
| commit | 122f88d481971b68d05ba12395c3b73ab4b31ab3 (patch) | |
| tree | c59ee8196c104634ee39555cc8b9d97ee5d75b5c /clang/www/cxx_status.html | |
| parent | 2187bb8a89cdbe529ee222bf56d1b7415337cb20 (diff) | |
| download | bcm5719-llvm-122f88d481971b68d05ba12395c3b73ab4b31ab3.tar.gz bcm5719-llvm-122f88d481971b68d05ba12395c3b73ab4b31ab3.zip | |
[c++17] P0135R1: Guaranteed copy elision.
When an object of class type is initialized from a prvalue of the same type
(ignoring cv qualifications), use the prvalue to initialize the object directly
instead of inserting a redundant elidable call to a copy constructor.
llvm-svn: 288866
Diffstat (limited to 'clang/www/cxx_status.html')
| -rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index cd11299f852..0dc245e4568 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -694,7 +694,7 @@ as the draft C++1z standard evolves. <tr> <td>Guaranteed copy elision</td> <td><a href="http://wg21.link/p0135r1">P0135R1</a></td> - <td class="none" align="center">No</td> + <td class="svn" align="center">SVN</td> </tr> <tr> <td rowspan=2>Stricter expression evaluation order</td> |

