From 236d61942e492bead8a099872ee348029b4332d4 Mon Sep 17 00:00:00 2001 From: Nemanja Trifunovic Date: Tue, 2 Apr 2019 18:26:00 -0400 Subject: [PATCH] Update documentation for replace_invalid --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 09996ab..217df13 100644 --- a/README.md +++ b/README.md @@ -532,8 +532,6 @@ assert (std::equal(replace_invalid_result.begin(), replace_invalid_result.end(), `replace_invalid` does not perform in-place replacement of invalid sequences. Rather, it produces a copy of the original string with the invalid sequences replaced with a replacement marker. Therefore, `out` must not be in the `[start, end]` range. -If `end` does not point to the past-of-end of a UTF-8 sequence, a `utf8::not_enough_room` exception is thrown. - #### utf8::starts_with_bom Available in version 2.3 and later. Relaces deprecated `is_bom()` function.