File tree 1 file changed +3
-5
lines changed
regression-tests/test-results
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -81,19 +81,17 @@ class myclass3 {
81
81
public: static const myclass3 v4;// OK: Doesn't use the Cpp2 placeholder type.
82
82
public: static const myclass4 v5;// OK: Doesn't use the Cpp2 placeholder type.
83
83
public: static const myclass5 v6;// OK: Doesn't use the Cpp2 placeholder type.
84
- public: static constexpr auto v7 = []() -> auto { return 0 ; };
84
+ public: static constexpr auto v7 = []() mutable -> auto { return 0 ; };
85
85
};
86
86
87
87
class myclass4 {};
88
88
89
89
template <typename T> class myclass6 {
90
- public: template <typename U>
91
- CPP2_REQUIRES_ (true )
92
90
#line 53 "pure2-type-and-namespace-aliases.cpp2"
93
- static constexpr auto v = 0 ;
91
+ public: template <typename U>
92
+ CPP2_REQUIRES_ (true ) static constexpr auto v = 0 ;
94
93
};
95
94
96
-
97
95
// === Cpp2 function definitions =================================================
98
96
99
97
#line 1 "pure2-type-and-namespace-aliases.cpp2"
You can’t perform that action at this time.
0 commit comments