tmp/tmpvtdgm48m/{from.md → to.md}
RENAMED
|
@@ -50,13 +50,13 @@ namespace std {
|
|
| 50 |
bool atomic_compare_exchange_weak(atomic-type*, T*, T) noexcept;
|
| 51 |
bool atomic_compare_exchange_strong(volatile atomic-type*, T*, T) noexcept;
|
| 52 |
bool atomic_compare_exchange_strong(atomic-type*, T*, T) noexcept;
|
| 53 |
bool atomic_compare_exchange_weak_explicit(volatile atomic-type*, T*, T,
|
| 54 |
memory_order, memory_order) noexcept;
|
| 55 |
-
bool atomic_compare_exchange_weak_explicit(atomic-type*, T*, T
|
| 56 |
memory_order, memory_order) noexcept;
|
| 57 |
-
bool
|
| 58 |
memory_order, memory_order) noexcept;
|
| 59 |
bool atomic_compare_exchange_strong_explicit(atomic-type*, T*, T,
|
| 60 |
memory_order, memory_order) noexcept;
|
| 61 |
|
| 62 |
// [atomics.types.operations.templ], templated operations on atomic types
|
|
|
|
| 50 |
bool atomic_compare_exchange_weak(atomic-type*, T*, T) noexcept;
|
| 51 |
bool atomic_compare_exchange_strong(volatile atomic-type*, T*, T) noexcept;
|
| 52 |
bool atomic_compare_exchange_strong(atomic-type*, T*, T) noexcept;
|
| 53 |
bool atomic_compare_exchange_weak_explicit(volatile atomic-type*, T*, T,
|
| 54 |
memory_order, memory_order) noexcept;
|
| 55 |
+
bool atomic_compare_exchange_weak_explicit(atomic-type*, T*, T,
|
| 56 |
memory_order, memory_order) noexcept;
|
| 57 |
+
bool atomic_compare_exchange_strong_explicit(volatile atomic-type*, T*, T,
|
| 58 |
memory_order, memory_order) noexcept;
|
| 59 |
bool atomic_compare_exchange_strong_explicit(atomic-type*, T*, T,
|
| 60 |
memory_order, memory_order) noexcept;
|
| 61 |
|
| 62 |
// [atomics.types.operations.templ], templated operations on atomic types
|