
27 Oct
2012
27 Oct
'12
3:38 p.m.
* 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).
Right, but remember there is is no ::hypot in C++11, only std::hypot. John.