From da7a7a8065eca0f848434652530482bde6b2030e Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 16 May 2018 16:59:10 +1000 Subject: Backport: Use noexcept method to preserve noexcept. Backport of changeset 6956:beee37b055d6. --- src/Document.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Document.cxx b/src/Document.cxx index 54656ab03..312aa5c02 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -611,7 +611,7 @@ bool Document::InGoodUTF8(Sci::Position pos, Sci::Position &start, Sci::Position // pos too far from lead return false; unsigned char charBytes[UTF8MaxBytes] = {leadByte,0,0,0}; - for (Sci::Position b=1; b