File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1030,7 +1030,7 @@ declaration::declaration(declaration const& that)
1030
1030
cpp2::Default.expects (parent_is_type (), " " );
1031
1031
#line 361 "reflect.h2"
1032
1032
auto prefix {CPP2_UFCS (pretty_print_visualize, (*cpp2::assert_not_null (n)), 0 )};
1033
- CPP2_UFCS_0 (pop_back , prefix);// Remove final ';'.
1033
+ CPP2_UFCS_0 (back , prefix) = ' ' ;// Remove final ';'.
1034
1034
auto p {CPP2_UFCS_0 (as_type, get_parent ())};
1035
1035
CPP2_UFCS (add_member, p, std::move (prefix) + source);
1036
1036
static_cast <void >(std::move (p));
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ function_declaration: @copyable type =
359
359
pre(parent_is_type())
360
360
= {
361
361
prefix := n*.pretty_print_visualize(0);
362
- prefix.pop_back() ; // Remove final ';'.
362
+ prefix.back() = ' ' ; // Remove final ';'.
363
363
p := get_parent().as_type();
364
364
p.add_member(prefix + source);
365
365
_ = p;
You can’t perform that action at this time.
0 commit comments