Skip to content

Commit 500ffda

Browse files
committed
c++11 ci fix
1 parent edaaaae commit 500ffda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/test/std/atomics/atomics.types.generic/cas_non_power_of_2.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ struct S {
3535

3636
template <int Size>
3737
struct Expected {
38+
Expected(S<Size> ss) : s(ss) {}
39+
3840
S<Size> s;
3941
bool b = true; // used to validate that s's operation won't overwrite the memory next to it
4042
};

0 commit comments

Comments
 (0)