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);
8282}
8383
8484#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 ;
8686
8787#line 29 "pure2-type-and-namespace-aliases.cpp2"
8888auto main () -> int{
Original file line number Diff line number Diff line change 11
2- cppfront compiler v0.2.1 Build 8A21:1022
2+ cppfront compiler v0.2.1 Build 8A21:1522
33Copyright(c) Herb Sutter All rights reserved
44
55SPDX-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
821821 -> void
822822 {
823823 help_requested = true ;
824- print (" \n cppfront compiler v0.2.1 Build "
824+ print (" \n cppfront compiler v0.3.0 Build "
825825 #include " build.info"
826826 );
827827 print (" \n Copyright(c) Herb Sutter All rights reserved\n " );
You can’t perform that action at this time.
0 commit comments