File tree 1 file changed +7
-3
lines changed
regression-tests/test-results
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
#include " cpp2util.h"
8
8
9
- template <template <typename , auto > class T > class t ;
9
+ #line 1 "pure2-bugfix-for-template-template-parameter.cpp2"
10
+ template <template <typename UnnamedTypeParam1, auto > class T > class t ;
11
+ #line 2 "pure2-bugfix-for-template-template-parameter.cpp2"
10
12
11
13
template <typename T, auto V> class u ;
12
14
13
15
14
16
// === Cpp2 type definitions and function declarations ===========================
15
17
16
- template <template <typename , auto > class T > class t {};
18
+ #line 1 "pure2-bugfix-for-template-template-parameter.cpp2"
19
+ template <template <typename UnnamedTypeParam1, auto > class T > class t {};
20
+ #line 2 "pure2-bugfix-for-template-template-parameter.cpp2"
17
21
18
22
template <typename T, auto V> class u {};
19
23
20
24
auto main () -> int;
21
25
22
-
23
26
// === Cpp2 function definitions =================================================
24
27
28
+ #line 1 "pure2-bugfix-for-template-template-parameter.cpp2"
25
29
26
30
#line 5 "pure2-bugfix-for-template-template-parameter.cpp2"
27
31
auto main () -> int{static_cast <void >(t<u>{}); }
You can’t perform that action at this time.
0 commit comments