mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
fixes #4519
This commit is contained in:
@@ -180,7 +180,7 @@ proc sumGeneric(t: PType): int =
|
||||
of tyAlias: t = t.lastSon
|
||||
of tyBool, tyChar, tyEnum, tyObject, tyPointer,
|
||||
tyString, tyCString, tyInt..tyInt64, tyFloat..tyFloat128,
|
||||
tyUInt..tyUInt64:
|
||||
tyUInt..tyUInt64, tyCompositeTypeClass:
|
||||
return isvar
|
||||
else:
|
||||
return 0
|
||||
|
||||
@@ -51,6 +51,10 @@ Tool Additions
|
||||
Compiler Additions
|
||||
------------------
|
||||
|
||||
- The C/C++ code generator has been rewritten to use stable
|
||||
name mangling rules. This means that compile times for
|
||||
edit-compile-run cycles are much reduced.
|
||||
|
||||
|
||||
Language Additions
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user