mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-30 07:00:46 +03:00
Merge 2.058beta
This commit is contained in:
parent
f2ed2e96b0
commit
e74e55df89
64 changed files with 5261 additions and 2974 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue