Skip to content

Commit 2760d69

Browse files
committed
ICC could not generate default ctor here.
1 parent b8fb492 commit 2760d69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/MoveTest.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ class MoveTest : public testing::Test
3535
int v = 0;
3636
Stats* stats = nullptr;
3737

38-
CopyCounter() = default;
38+
CopyCounter()
39+
{
40+
}
3941

4042
CopyCounter(int x, Stats* s) :
4143
v{ x },

0 commit comments

Comments
 (0)