Skip to content

Commit ab5def1

Browse files
committed
fix a bug when include other adl same adl struct will parse failed
1 parent 8a5c31f commit ab5def1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

adatac/parser.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@ class parser
462462
if (ty == type)
463463
{
464464
// add full name
465-
type_name = m_define.m_namespace.m_fullname + "." + type_name;
465+
//type_name = m_define.m_namespace.m_fullname + "." + type_name;
466+
type_name = namespace_.m_fullname + "." + type_name;
466467
}
467468
}
468469
return type_name;

dist/win64/adatac.exe

-231 KB
Binary file not shown.

0 commit comments

Comments
 (0)