On 20/01/16 17:17 +0100, Dominik Vogt wrote:
On Tue, Jan 19, 2016 at 09:43:59PM +, Jonathan Wakely wrote:
On 08/01/16 19:18 +, Jonathan Wakely wrote:
>This resolves the longstanding issue that #include uses the C
>library header, which on most targets doesn't declare the additional
>ove
On Tue, Jan 19, 2016 at 09:43:59PM +, Jonathan Wakely wrote:
> On 08/01/16 19:18 +, Jonathan Wakely wrote:
> >This resolves the longstanding issue that #include uses the C
> >library header, which on most targets doesn't declare the additional
> >overloads required by C++11 26.8 [c.math],
On 08/01/16 19:18 +, Jonathan Wakely wrote:
This resolves the longstanding issue that #include uses the C
library header, which on most targets doesn't declare the additional
overloads required by C++11 26.8 [c.math], and similarly for
.
With this patch libstdc++ provides its own and
wrap
This resolves the longstanding issue that #include uses the C
library header, which on most targets doesn't declare the additional
overloads required by C++11 26.8 [c.math], and similarly for
.
With this patch libstdc++ provides its own and
wrappers, which are equivalent to or followed by
us