From 2a1338ce2d7c813db6f650154e2e3b6fdde06ff5 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 21 Apr 2018 08:43:03 +1000 Subject: Backport: Tighten definition of regular expression iterators so they are noexcept and define all the standard member functions. This cascades to all methods called by the iterators, affecting Document, CellBuffer, Partitioning, SplitVector and UTF-8 and DBCS functions. Other trivial functions declared noexcept. Backport of changeset 6724:f2dfdc0dddd3. --- src/DBCS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DBCS.h') diff --git a/src/DBCS.h b/src/DBCS.h index 531437f45..ff3f9f22f 100644 --- a/src/DBCS.h +++ b/src/DBCS.h @@ -10,7 +10,7 @@ namespace Scintilla { -bool DBCSIsLeadByte(int codePage, char ch); +bool DBCSIsLeadByte(int codePage, char ch) noexcept; } -- cgit v1.2.3