mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-24 08:33:14 +01:00
Merge 2.058beta
This commit is contained in:
@@ -266,6 +266,14 @@ void TypeBasic::toCppMangle(OutBuffer *buf, CppMangleState *cms)
|
||||
}
|
||||
|
||||
|
||||
void TypeVector::toCppMangle(OutBuffer *buf, CppMangleState *cms)
|
||||
{
|
||||
if (!cms->substitute(buf, this))
|
||||
{ buf->writestring("U8__vector");
|
||||
basetype->toCppMangle(buf, cms);
|
||||
}
|
||||
}
|
||||
|
||||
void TypeSArray::toCppMangle(OutBuffer *buf, CppMangleState *cms)
|
||||
{
|
||||
if (!cms->substitute(buf, this))
|
||||
|
||||
Reference in New Issue
Block a user