We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cc897 commit f1838efCopy full SHA for f1838ef
test/test_select.cpp
@@ -117,7 +117,7 @@ struct select_test
117
TEST_CASE_TEMPLATE("[select]", B, BATCH_TYPES)
118
{
119
// Allocate on heap to avoid stack overflow from excessively large object.
120
- std::unique_ptr<select_test<B>> Test{new select_test<B>};
+ std::unique_ptr<select_test<B>> Test { new select_test<B> };
121
SUBCASE("select_dynamic") { Test->test_select_dynamic(); }
122
SUBCASE("select_static") { Test->test_select_static(); }
123
}
0 commit comments