summaryrefslogtreecommitdiff
path: root/odb/semantics/fundamental.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics/fundamental.hxx')
-rw-r--r--odb/semantics/fundamental.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb/semantics/fundamental.hxx b/odb/semantics/fundamental.hxx
index 291d73c..879837c 100644
--- a/odb/semantics/fundamental.hxx
+++ b/odb/semantics/fundamental.hxx
@@ -46,6 +46,16 @@ namespace semantics
fund_wchar (tree tn): node (path ("<fundamental>"), 0, 0, tn) {}
};
+ struct fund_char16: fund_type
+ {
+ fund_char16 (tree tn): node (path ("<fundamental>"), 0, 0, tn) {}
+ };
+
+ struct fund_char32: fund_type
+ {
+ fund_char32 (tree tn): node (path ("<fundamental>"), 0, 0, tn) {}
+ };
+
struct fund_signed_char: fund_type
{
fund_signed_char (tree tn): node (path ("<fundamental>"), 0, 0, tn) {}