
27 Oct
2012
27 Oct
'12
1:02 p.m.
On 27/10/12 04:42, Joshua Boyce wrote:
* Boost.Python (the same ::hypot error that also plagues GCC in C++11 mode)
A C99, C++11 or POSIX implementation that does not provide hypot is non-conforming. So it's a matter of working around defects. It's probably due to reliance on Microsoft's libc, which doesn't have this symbol defined (though it does have it as _hypot).