Message272475
This also affects Python2.7.12 on Windows with latest MinGW. I think something similar needs to be added for GCC version check:
/* VS 2010 and above already defines hypot as _hypot */
#if _MSC_VER < 1600
#define hypot _hypot
#endif
Not sure which gcc version first had that, but 6.1 definitely does.
Yours,
Kay |
|
Date |
User |
Action |
Args |
2016-08-11 18:48:54 | Kay.Hayen | set | recipients:
+ Kay.Hayen, loewis, mark.dickinson, schmir, brian.curtin, petri.lehtinen, eudoxos, pokulo |
2016-08-11 18:48:54 | Kay.Hayen | set | messageid: <1470941334.11.0.861517894646.issue11566@psf.upfronthosting.co.za> |
2016-08-11 18:48:54 | Kay.Hayen | link | issue11566 messages |
2016-08-11 18:48:54 | Kay.Hayen | create | |
|