2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-27 17:12:22 +00:00

Fix linker errors from concept test.

Update credits.


[SVN r3592]
This commit is contained in:
John Maddock
2007-01-02 11:15:16 +00:00
parent 810fc71342
commit d3bc78cdac
3 changed files with 38 additions and 20 deletions

View File

@@ -65,22 +65,25 @@ void expected_results()
largest_type = "(long\\s+)?double";
#endif
//
// HP-UX:
// real long doubles:
//
add_expected_result(
".*", // compiler
".*", // stdlib
"HP-UX", // platform
largest_type, // test type(s)
".*RJ.*", // test data group
".*", 450, 50); // test function
add_expected_result(
".*", // compiler
".*", // stdlib
"HP-UX", // platform
"real_concept", // test type(s)
".*RJ.*", // test data group
".*", 450, 50); // test function
if(boost::math::tools::digits<long double>() > 53)
{
add_expected_result(
".*", // compiler
".*", // stdlib
BOOST_PLATFORM, // platform
largest_type, // test type(s)
".*RJ.*", // test data group
".*", 1000, 50); // test function
add_expected_result(
".*", // compiler
".*", // stdlib
BOOST_PLATFORM, // platform
"real_concept", // test type(s)
".*RJ.*", // test data group
".*", 1000, 50); // test function
}
//
// Catch all cases come last:
//