Re: Add C++ special math functions to C++17

2016-03-11 Thread Jonathan Wakely
On 11 March 2016 at 16:31, Ed Smith-Rowland <3dw...@verizon.net> wrote: > On 03/11/2016 10:55 AM, Jonathan Wakely wrote: >> >> The change approved in Jacksonville was to only add the special >> functions to and not >> > That's easy. > OK, since they changed that and the macro and made it noncondi

Re: Add C++ special math functions to C++17

2016-03-11 Thread Ed Smith-Rowland
On 03/11/2016 10:55 AM, Jonathan Wakely wrote: The change approved in Jacksonville was to only add the special functions to and not That's easy. OK, since they changed that and the macro and made it nonconditional I should also drop the old-style macros __WANT_MATH_CANNEVERREMEMBER__ and th

Re: Add C++ special math functions to C++17

2016-03-11 Thread Jonathan Wakely
The change approved in Jacksonville was to only add the special functions to and not

Re: Add C++ special math functions to C++17

2016-03-10 Thread Ed Smith-Rowland
On 03/10/2016 05:24 AM, Tobias Burnus wrote: Ed Smith-Rowland wrote: --- include/bits/specfun.h (svn+ssh://e...@gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/include) (working copy) +++ svn+ssh://e...@gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/include (revision 234098) @@ -1,6 +1,6 @@ // Mat

Re: Add C++ special math functions to C++17

2016-03-10 Thread Tobias Burnus
Ed Smith-Rowland wrote: > --- include/bits/specfun.h > (svn+ssh://e...@gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/include) (working copy) > +++ svn+ssh://e...@gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/include > (revision 234098) > @@ -1,6 +1,6 @@ > // Mathematical Special Functions for -*- C++

Re: Add C++ special math functions to C++17

2016-03-10 Thread Ed Smith-Rowland
On 03/10/2016 03:48 AM, Jakub Jelinek wrote: On Thu, Mar 10, 2016 at 03:44:26AM -0500, Ed Smith-Rowland wrote: Here is a small patch to allow the special maths functions that came in with TR29124 into C++17 in Jacksonville. I am leaving the TR29124 access with __STDCPP_WANT_MATH_SPEC_FUNCS__ for

Re: Add C++ special math functions to C++17

2016-03-10 Thread Jakub Jelinek
On Thu, Mar 10, 2016 at 03:44:26AM -0500, Ed Smith-Rowland wrote: > Here is a small patch to allow the special maths functions that came in with > TR29124 into C++17 in Jacksonville. > I am leaving the TR29124 access with __STDCPP_WANT_MATH_SPEC_FUNCS__ for C++ > < 17. > > I added the SD-6 feature