Skip to content

Commit aa611ba

Browse files
committed
Revert "Trying to work around a strange merge conflict"
This reverts commit 71a2b79.
1 parent 71a2b79 commit aa611ba

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

source/reflect.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -771,19 +771,7 @@ namespace meta {
771771

772772
auto add_line {[&, _1 = lines](cpp2::in<std::string_view> s) mutable -> void{
773773
static_cast<void>(CPP2_UFCS(emplace_back)((*cpp2::assert_not_null(_1)), s, source_line::category::cpp2));
774-
}};
775-
776-
777-
778-
/*
779-
auto add_line {[&, _1 = lines](cpp2::in<std::string_view> s) mutable -> void{
780-
static_cast<void>(CPP2_UFCS(emplace_back, (*cpp2::assert_not_null(_1)), s, source_line::category::cpp2));
781774
}};
782-
*/
783-
784-
785-
786-
}};
787775
{
788776
auto newline_pos = CPP2_UFCS(find)(source, '\n');
789777

0 commit comments

Comments
 (0)