Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<memory>: Fix atomic smart pointers array type interaction #1339

Merged
merged 12 commits into from
May 5, 2022
Prev Previous commit
Next Next commit
Remove extra newline
xmas92 committed Oct 2, 2020
commit 6fa66d0afc5c0a66dec389aa425f2a08dd830f73
2 changes: 0 additions & 2 deletions tests/std/tests/P0718R2_atomic_smart_ptrs/test.cpp
Original file line number Diff line number Diff line change
@@ -201,7 +201,6 @@ void test_weak_ptr_compare_exchange_strong() {
}

// Repeat test for unbounded array type.

void test_shared_ptr_arr_load_store() {
shared_ptr<int[]> sp0 = sarrptr0;
shared_ptr<int[]> sp1 = sarrptr1;
@@ -361,7 +360,6 @@ void test_weak_ptr_arr_compare_exchange_strong() {
}

// Repeat test for bounded array type.

void test_shared_ptr_arrn_load_store() {
shared_ptr<int[2]> sp0 = sarrnptr0;
shared_ptr<int[2]> sp1 = sarrnptr1;