Commit b979ca0f by Jonathan Wakely Committed by Jonathan Wakely

Fix inaccurate comment in new test

	* testsuite/29_atomics/atomic_float/1.cc: Fix comment.

From-SVN: r273448
parent c3a7a7b8
2019-07-12 Jonathan Wakely <jwakely@redhat.com> 2019-07-12 Jonathan Wakely <jwakely@redhat.com>
* testsuite/29_atomics/atomic_float/1.cc: Fix comment.
* include/experimental/string_view (__detail::__idt): Remove. * include/experimental/string_view (__detail::__idt): Remove.
(operator==, operator!=, operator<, operator>, operator<=, operator>=): (operator==, operator!=, operator<, operator>, operator<=, operator>=):
Use __type_identity_t instead of __detail::__idt; Use __type_identity_t instead of __detail::__idt;
......
...@@ -476,7 +476,7 @@ test03() ...@@ -476,7 +476,7 @@ test03()
VERIFY( a0 == 13.2l ); VERIFY( a0 == 13.2l );
} }
// Repeat for volatile std::atomic<double> // Repeat for volatile std::atomic<long double>
if constexpr (std::atomic<long double>::is_always_lock_free) if constexpr (std::atomic<long double>::is_always_lock_free)
{ {
volatile std::atomic<long double> a0; volatile std::atomic<long double> a0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment