|
Boost : |
Subject: Re: [boost] [clang] Windows toolset support?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-10-27 09:02:36
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).
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk