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 )
https://dlang.org/spec/grammar.html#NamespaceList