From 40526eb7f247fdfc9d08c39ed3eaa97844b3c448 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 5 Dec 2021 20:25:51 +0100 Subject: Fix build on C++20, tests --- include/unicode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/unicode.h') diff --git a/include/unicode.h b/include/unicode.h index 33b3199..36fc6ae 100644 --- a/include/unicode.h +++ b/include/unicode.h @@ -351,8 +351,8 @@ namespace unicode::detail { typename utf_back_insert_iterator::string_type& s; }; - typedef std::unordered_map iso_map_type; - typedef std::unordered_map iso_map_type_reverse; + typedef std::unordered_map iso_map_type; + typedef std::unordered_map iso_map_type_reverse; // ISO-8859-1 is lower 8-bit of Unicode, so no exceptions necessary static inline iso_map_type iso_8859_1_map; -- cgit v1.2.3