[Issue 19360] New: New C++ mangling syntax not specified in grammar
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 3 09:45:36 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19360
Issue ID: 19360
Summary: New C++ mangling syntax not specified in grammar
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P1
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: peter.alexander.au at gmail.com
The new C++ mangling syntax, e.g.:
extern(C++, "std", "chrono") void bar();
is not specified in the grammar.
Grammar currently has:
LinkageAttribute:
extern ( LinkageType )
extern ( C++, IdentifierList )
Potential fix:
LinkageAttribute:
extern ( LinkageType )
extern ( C++, IdentifierList )
extern ( C++, ArgumentList )
--
More information about the Digitalmars-d-bugs
mailing list