diff --git a/fatal/string/rope.h b/fatal/string/rope.h index 8cdcd1a0..4b1af609 100644 --- a/fatal/string/rope.h +++ b/fatal/string/rope.h @@ -1172,7 +1172,7 @@ struct rope { } else { break; } - }; + } return begin; } @@ -1500,7 +1500,7 @@ struct rope { auto const off = static_cast(std::distance(ref.begin(), j)); return const_iterator(this, std::addressof(pieces_[i]), i, off); } - }; + } return cend(); }