[Bug 271808] -D_POSIX_C_SOURCE=200809L shadows visibility of M_PI from math.h
| Newsgroups | gmane.os.freebsd.devel.standards |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271808 Tijl Coosemans <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Tijl Coosemans <[email protected]> --- M_PI is part of XSI. You need to compile with -D_XOPEN_SOURCE=700 if you want POSIX 2008 with XSI. -- You are receiving this mail because: You are the assignee for the bug.