Skip to content

Commit 999179a

Browse files
committed
Bump version/build number and update regression tests
Time for version 0.3 now that all the major P0707 metafunctions are pretty much working
1 parent ec3d38a commit 999179a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

regression-tests/test-results/pure2-type-and-namespace-aliases.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
8888
auto main() -> int{

regression-tests/test-results/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppfront compiler v0.2.1 Build 8A21:1022
2+
cppfront compiler v0.2.1 Build 8A21:1522
33
Copyright(c) Herb Sutter All rights reserved
44

55
SPDX-License-Identifier: CC-BY-NC-ND-4.0

source/build.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"8A21:1022"
1+
"8A21:1522"

source/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ class cmdline_processor
821821
-> void
822822
{
823823
help_requested = true;
824-
print("\ncppfront compiler v0.2.1 Build "
824+
print("\ncppfront compiler v0.3.0 Build "
825825
#include "build.info"
826826
);
827827
print("\nCopyright(c) Herb Sutter All rights reserved\n");

0 commit comments

Comments
 (0)