We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f9ab3 commit ccbfd62Copy full SHA for ccbfd62
1 file changed
test/testsimplifytemplate.cpp
@@ -1657,14 +1657,13 @@ class TestSimplifyTemplate : public TestFixture {
1657
2, ":: %name% ("));
1658
}
1659
1660
- void templateParameterWithoutName()
1661
- {
+ void templateParameterWithoutName() {
1662
ASSERT_EQUALS(1U, templateParameters("template<typename = void> struct s;"));
1663
ASSERT_EQUALS(1U, templateParameters("template<template<typename = float> typename T> struct A {\n"
1664
" void f();n"
1665
" void g();\n"
1666
"};n"));
1667
- }
+ }
1668
};
1669
1670
REGISTER_TEST(TestSimplifyTemplate)
0 commit comments