Bug 23566 – ImportC: __PRETTY_FUNCTION__ is not defined

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P4
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2022-12-18T06:21:55Z
Last change time
2022-12-19T08:48:03Z
Keywords
ImportC, pull
Assigned to
No Owner
Creator
Walter Bright

Comments

Comment #0 by bugzilla — 2022-12-18T06:21:55Z
#include <assert.h> int main() { assert(0); // Error: undefined identifier `__PRETTY_FUNCTION__` }
Comment #1 by dlang-bot — 2022-12-18T07:41:23Z
@WalterBright created dlang/dmd pull request #14712 "fix Issue 23566 - ImportC: __PRETTY_FUNCTION__ is not defined" fixing this issue: - fix Issue 23566 - ImportC: __PRETTY_FUNCTION__ is not defined https://github.com/dlang/dmd/pull/14712
Comment #2 by dlang-bot — 2022-12-19T08:48:03Z
dlang/dmd pull request #14712 "fix Issue 23566 - ImportC: __PRETTY_FUNCTION__ is not defined" was merged into master: - 6863470e44ed4d84f195caff0770f68d0449c093 by Walter Bright: fix Issue 23566 - ImportC: __PRETTY_FUNCTION__ is not defined https://github.com/dlang/dmd/pull/14712