summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-12-16 13:11:03 +0100
committerRoland Reichwein <mail@reichwein.it>2021-12-16 13:11:03 +0100
commit3e5d303e59b66a1c52b14c88b24a59eb07209e5d (patch)
tree037b060a5cc3d380fe2d8cae853b42b2809dac57 /include
parent506553dc5b0dd8973ae4d378a1ea6b0a65b6a72b (diff)
Update tests
Diffstat (limited to 'include')
-rw-r--r--include/unicode.h3
1 files changed, 1 insertions, 2 deletions
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 {