File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
regression-tests/test-results Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ auto const& v2 = std::move(v);
82
82
}
83
83
84
84
#line 26 "pure2-type-and-namespace-aliases.cpp2"
85
- template <typename T> inline CPP2_CONSTEXPR int <T> myclass2<T>::value = 42 ;
85
+ template <typename T> inline CPP2_CONSTEXPR int myclass2<T>::value = 42 ;
86
86
87
87
#line 29 "pure2-type-and-namespace-aliases.cpp2"
88
88
auto main () -> int{
Original file line number Diff line number Diff line change 1
1
2
- cppfront compiler v0.2.1 Build 8A21:1022
2
+ cppfront compiler v0.2.1 Build 8A21:1522
3
3
Copyright(c) Herb Sutter All rights reserved
4
4
5
5
SPDX-License-Identifier: CC-BY-NC-ND-4.0
Original file line number Diff line number Diff line change 1
- "8A21:1022 "
1
+ "8A21:1522 "
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class cmdline_processor
821
821
-> void
822
822
{
823
823
help_requested = true ;
824
- print (" \n cppfront compiler v0.2.1 Build "
824
+ print (" \n cppfront compiler v0.3.0 Build "
825
825
#include " build.info"
826
826
);
827
827
print (" \n Copyright(c) Herb Sutter All rights reserved\n " );
You can’t perform that action at this time.
0 commit comments