This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Math special functions testsuite cleanup


On 02/08/16 14:31 +0100, Jonathan Wakely wrote:
This latest set of patches for the testsuite are for the maths special
functions.

This test for <tr1/cmath> was defining __STDCPP_WANT_MATH_SPEC_FUNCS__
so it was testing the functions in namespace std, not std::tr1. I
assume that's just a mistake (Ed?) and so have removed it. This allows
the test to be run with -std=gnu++98:

  Test TR1 special functions without adding them to std
  	* testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/
  	check_value.cc: Do not add special functions to namespace std in TR1
  	test.

I forgot to CC Ed for this question.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]