diff options
author | Zoe Carver <z.zoelec2@gmail.com> | 2019-08-20 15:43:25 +0000 |
---|---|---|
committer | Zoe Carver <z.zoelec2@gmail.com> | 2019-08-20 15:43:25 +0000 |
commit | 6585f018ada85c53efeec28fb6b1d9c978c209f7 (patch) | |
tree | cf6e4790d3d16262e33749cf264a58636a90b184 /libcxx/www | |
parent | a47ca1ea6d32d2d99d080ec850670c1de340c525 (diff) | |
download | bcm5719-llvm-6585f018ada85c53efeec28fb6b1d9c978c209f7.tar.gz bcm5719-llvm-6585f018ada85c53efeec28fb6b1d9c978c209f7.zip |
[libc++] std::abs should not return double
Implement LWG Issue 2735 by adding std::abs
tests for several types and checking their
return value. NFC.
llvm-svn: 369394
Diffstat (limited to 'libcxx/www')
-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 100d1592730..d9b5562682b 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -415,7 +415,7 @@ <tr><td><a href="https://wg21.link/LWG2729">2729</a></td><td>Missing SFINAE on std::pair::operator=</td><td>Issaquah</td><td></td></tr> <tr><td><a href="https://wg21.link/LWG2732">2732</a></td><td>Questionable specification of path::operator/= and path::append</td><td>Issaquah</td><td>Complete</td></tr> <tr><td><a href="https://wg21.link/LWG2733">2733</a></td><td>[fund.ts.v2] gcd / lcm and bool</td><td>Issaquah</td><td>Complete</td></tr> - <tr><td><a href="https://wg21.link/LWG2735">2735</a></td><td>std::abs(short), std::abs(signed char) and others should return int instead of double in order to be compatible with C++98 and C</td><td>Issaquah</td><td></td></tr> + <tr><td><a href="https://wg21.link/LWG2735">2735</a></td><td>std::abs(short), std::abs(signed char) and others should return int instead of double in order to be compatible with C++98 and C</td><td>Issaquah</td><td>Complete</td></tr> <tr><td><a href="https://wg21.link/LWG2736">2736</a></td><td>nullopt_t insufficiently constrained</td><td>Issaquah</td><td>Complete</td></tr> <tr><td><a href="https://wg21.link/LWG2738">2738</a></td><td>is_constructible with void types</td><td>Issaquah</td><td>Complete</td></tr> <tr><td><a href="https://wg21.link/LWG2739">2739</a></td><td>Issue with time_point non-member subtraction with an unsigned duration</td><td>Issaquah</td><td>Complete</td></tr> |