C++: Support non-type template parameters in the database scheme

This commit is contained in:
Jeroen Ketema
2024-12-18 16:53:06 +01:00
parent 87b9e6001d
commit 8b626266c4

View File

@@ -785,6 +785,10 @@ usertype_uuid(
string uuid: string ref
);
nontype_template_parameters(
int id: @expr ref
);
mangled_name(
unique int id: @declaration ref,
int mangled_name : @mangledname,