Skip to content

Commit d7b9130

Browse files
committed
Update version number
1 parent 2633251 commit d7b9130

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.7.0 Build 9318:2141
2+
cppfront compiler v0.7.0 Build 9707:1145
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-
"9318:2141"
1+
"9707:1145"

source/reflect.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ class value_member_info {
696696
public: std::string name;
697697
public: std::string type;
698698
public: std::string value;
699-
public: explicit value_member_info(auto const& name_, auto const& type_, auto const& value_);
699+
public: value_member_info(auto const& name_, auto const& type_, auto const& value_);
700700

701701
#line 998 "reflect.h2"
702702
};
@@ -1645,9 +1645,9 @@ auto cpp2_struct(meta::type_declaration& t) -> void
16451645
}
16461646

16471647
value_member_info::value_member_info(auto const& name_, auto const& type_, auto const& value_)
1648-
: name{ name_ }
1649-
, type{ type_ }
1650-
, value{ value_ }{}
1648+
: name{ name_ }
1649+
, type{ type_ }
1650+
, value{ value_ }{}
16511651

16521652
#line 1000 "reflect.h2"
16531653
auto basic_enum(

0 commit comments

Comments
 (0)