From 3e5d303e59b66a1c52b14c88b24a59eb07209e5d Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 16 Dec 2021 13:11:03 +0100 Subject: Update tests --- include/unicode.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/unicode.h') diff --git a/include/unicode.h b/include/unicode.h index 36fc6ae..37342a1 100644 --- a/include/unicode.h +++ b/include/unicode.h @@ -19,11 +19,10 @@ #ifdef __cpp_char8_t // char8_t available typedef char8_t utf8_t; - typedef char iso_t; #else typedef char utf8_t; - typedef char iso_t; #endif +typedef char iso_t; namespace unicode { -- cgit v1.2.3