diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-10-11 22:18:09 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-10-11 22:18:09 +0000 |
commit | e6364a35fd37177e6a628e4353e8af229d95d83d (patch) | |
tree | befe15464fbaf8d765cb48cef66db4d67bf5e904 /libcxx/www/cxx1z_status.html | |
parent | f4bab7eb66821af7030fe3e8c2d2ce73f07eac64 (diff) | |
download | bcm5719-llvm-e6364a35fd37177e6a628e4353e8af229d95d83d.tar.gz bcm5719-llvm-e6364a35fd37177e6a628e4353e8af229d95d83d.zip |
Fix LWG2683 - filesystem::copy() should always clear the user-provided error_code
llvm-svn: 283951
Diffstat (limited to 'libcxx/www/cxx1z_status.html')
-rw-r--r-- | libcxx/www/cxx1z_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 925d6a606f9..95c9d88c7c4 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -286,7 +286,7 @@ <tr><td><a href="http://wg21.link/LWG2671">2671</a></td><td>Errors in Copy</td><td>Oulu</td><td>Complete</td></tr> <tr><td><a href="http://wg21.link/LWG2673">2673</a></td><td>status() effects cannot be implemented as specified</td><td>Oulu</td><td>Complete</td></tr> <tr><td><a href="http://wg21.link/LWG2674">2674</a></td><td>Bidirectional iterator requirement on path::iterator is very expensive</td><td>Oulu</td><td>Complete</td></tr> - <tr><td><a href="http://wg21.link/LWG2683">2683</a></td><td>filesystem::copy() says "no effects"</td><td>Oulu</td><td></td></tr> + <tr><td><a href="http://wg21.link/LWG2683">2683</a></td><td>filesystem::copy() says "no effects"</td><td>Oulu</td><td>Complete</td></tr> <tr><td><a href="http://wg21.link/LWG2684">2684</a></td><td>priority_queue lacking comparator typedef</td><td>Oulu</td><td>Complete</td></tr> <tr><td><a href="http://wg21.link/LWG2685">2685</a></td><td>shared_ptr deleters must not throw on move construction</td><td>Oulu</td><td>Complete</td></tr> <tr><td><a href="http://wg21.link/LWG2687">2687</a></td><td>{inclusive,exclusive}_scan misspecified</td><td>Oulu</td><td></td></tr> |