diff --git a/test/test_airy.cpp b/test/test_airy.cpp index 81bfe1ecf..72e148e60 100644 --- a/test/test_airy.cpp +++ b/test/test_airy.cpp @@ -78,7 +78,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_airy_zeros.cpp b/test/test_bessel_airy_zeros.cpp index a4f57558b..96c47c777 100644 --- a/test/test_bessel_airy_zeros.cpp +++ b/test/test_bessel_airy_zeros.cpp @@ -979,6 +979,6 @@ BOOST_AUTO_TEST_CASE(test_main) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_i.cpp b/test/test_bessel_i.cpp index 050a63055..4046c887e 100644 --- a/test/test_bessel_i.cpp +++ b/test/test_bessel_i.cpp @@ -138,7 +138,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_i_prime.cpp b/test/test_bessel_i_prime.cpp index c9ed4e3ae..445796527 100644 --- a/test/test_bessel_i_prime.cpp +++ b/test/test_bessel_i_prime.cpp @@ -159,7 +159,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_j.cpp b/test/test_bessel_j.cpp index 79b63df9f..8e9f9f01b 100644 --- a/test/test_bessel_j.cpp +++ b/test/test_bessel_j.cpp @@ -300,7 +300,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_j_prime.cpp b/test/test_bessel_j_prime.cpp index ab5dd9494..1fb69c813 100644 --- a/test/test_bessel_j_prime.cpp +++ b/test/test_bessel_j_prime.cpp @@ -300,7 +300,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_k.cpp b/test/test_bessel_k.cpp index 3dbbb18bd..f0975b46d 100644 --- a/test/test_bessel_k.cpp +++ b/test/test_bessel_k.cpp @@ -129,7 +129,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_k_prime.cpp b/test/test_bessel_k_prime.cpp index c910602ff..6d69268f8 100644 --- a/test/test_bessel_k_prime.cpp +++ b/test/test_bessel_k_prime.cpp @@ -120,7 +120,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_y.cpp b/test/test_bessel_y.cpp index ca8cea13c..b37f190fc 100644 --- a/test/test_bessel_y.cpp +++ b/test/test_bessel_y.cpp @@ -260,7 +260,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_bessel_y_prime.cpp b/test/test_bessel_y_prime.cpp index 8d0d1a769..d671d7154 100644 --- a/test/test_bessel_y_prime.cpp +++ b/test/test_bessel_y_prime.cpp @@ -260,7 +260,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_beta.cpp b/test/test_beta.cpp index c2b09fc28..cbfd9fc9b 100644 --- a/test/test_beta.cpp +++ b/test/test_beta.cpp @@ -115,7 +115,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif test_beta(0.1F, "float"); @@ -131,7 +131,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_binomial.cpp b/test/test_binomial.cpp index 45021f3cd..5e37c8f66 100644 --- a/test/test_binomial.cpp +++ b/test/test_binomial.cpp @@ -749,7 +749,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_binomial_coeff.cpp b/test/test_binomial_coeff.cpp index 622e3406c..4d840738a 100644 --- a/test/test_binomial_coeff.cpp +++ b/test/test_binomial_coeff.cpp @@ -134,7 +134,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_carlson.cpp b/test/test_carlson.cpp index 9687fc2cc..6c46d79d0 100644 --- a/test/test_carlson.cpp +++ b/test/test_carlson.cpp @@ -130,7 +130,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_cauchy.cpp b/test/test_cauchy.cpp index 610c85a39..e7246a8d5 100644 --- a/test/test_cauchy.cpp +++ b/test/test_cauchy.cpp @@ -719,7 +719,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_constants.cpp b/test/test_constants.cpp index 59eb008f6..aea13b4e2 100644 --- a/test/test_constants.cpp +++ b/test/test_constants.cpp @@ -806,7 +806,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_digamma.cpp b/test/test_digamma.cpp index 23ffc236a..67fee8195 100644 --- a/test/test_digamma.cpp +++ b/test/test_digamma.cpp @@ -126,7 +126,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_dist_overloads.cpp b/test/test_dist_overloads.cpp index b2b3d596d..d9f54a2ad 100644 --- a/test/test_dist_overloads.cpp +++ b/test/test_dist_overloads.cpp @@ -81,7 +81,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_ellint_1.cpp b/test/test_ellint_1.cpp index 79e088d3d..b5cb2a359 100644 --- a/test/test_ellint_1.cpp +++ b/test/test_ellint_1.cpp @@ -95,7 +95,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_ellint_2.cpp b/test/test_ellint_2.cpp index 817dbf0e1..d618569de 100644 --- a/test/test_ellint_2.cpp +++ b/test/test_ellint_2.cpp @@ -96,7 +96,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_ellint_3.cpp b/test/test_ellint_3.cpp index 9d4448eca..18b82e648 100644 --- a/test/test_ellint_3.cpp +++ b/test/test_ellint_3.cpp @@ -100,7 +100,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_ellint_d.cpp b/test/test_ellint_d.cpp index 628ae4535..5e76a49fb 100644 --- a/test/test_ellint_d.cpp +++ b/test/test_ellint_d.cpp @@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_erf.cpp b/test/test_erf.cpp index b9b428fe5..ee3409e3d 100644 --- a/test/test_erf.cpp +++ b/test/test_erf.cpp @@ -149,7 +149,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_expint.cpp b/test/test_expint.cpp index 218017201..bc2191a27 100644 --- a/test/test_expint.cpp +++ b/test/test_expint.cpp @@ -139,7 +139,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif test_expint(0.1F, "float"); @@ -153,7 +153,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_exponential_dist.cpp b/test/test_exponential_dist.cpp index 9fa255a59..a8097ee52 100644 --- a/test/test_exponential_dist.cpp +++ b/test/test_exponential_dist.cpp @@ -283,7 +283,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_extreme_value.cpp b/test/test_extreme_value.cpp index 93df67699..8b8ce86e4 100644 --- a/test/test_extreme_value.cpp +++ b/test/test_extreme_value.cpp @@ -225,7 +225,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_factorials.cpp b/test/test_factorials.cpp index 46f3a4fcb..e63a61962 100644 --- a/test/test_factorials.cpp +++ b/test/test_factorials.cpp @@ -343,7 +343,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif if (std::numeric_limits::digits == std::numeric_limits::digits) { diff --git a/test/test_find_location.cpp b/test/test_find_location.cpp index 334f28269..61622e24d 100644 --- a/test/test_find_location.cpp +++ b/test/test_find_location.cpp @@ -154,7 +154,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_find_scale.cpp b/test/test_find_scale.cpp index e6cf14bb0..46ecf2db9 100644 --- a/test/test_find_scale.cpp +++ b/test/test_find_scale.cpp @@ -188,7 +188,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_gamma.cpp b/test/test_gamma.cpp index 83b7e4e2a..b094cd928 100644 --- a/test/test_gamma.cpp +++ b/test/test_gamma.cpp @@ -331,7 +331,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_gamma_dist.cpp b/test/test_gamma_dist.cpp index dbb606f0c..6f6a3042c 100644 --- a/test/test_gamma_dist.cpp +++ b/test/test_gamma_dist.cpp @@ -240,7 +240,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_geometric.cpp b/test/test_geometric.cpp index e908eb7cd..0e2995772 100644 --- a/test/test_geometric.cpp +++ b/test/test_geometric.cpp @@ -788,7 +788,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_hankel.cpp b/test/test_hankel.cpp index 800614820..976775a4a 100644 --- a/test/test_hankel.cpp +++ b/test/test_hankel.cpp @@ -139,7 +139,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_hermite.cpp b/test/test_hermite.cpp index edf6726f9..41ae54540 100644 --- a/test/test_hermite.cpp +++ b/test/test_hermite.cpp @@ -107,7 +107,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_heuman_lambda.cpp b/test/test_heuman_lambda.cpp index 8a0f1dffa..83709c635 100644 --- a/test/test_heuman_lambda.cpp +++ b/test/test_heuman_lambda.cpp @@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_hypergeometric_dist.cpp b/test/test_hypergeometric_dist.cpp index db926c78a..90ba51d19 100644 --- a/test/test_hypergeometric_dist.cpp +++ b/test/test_hypergeometric_dist.cpp @@ -493,7 +493,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_ibeta.cpp b/test/test_ibeta.cpp index 584c37b1f..bc557536c 100644 --- a/test/test_ibeta.cpp +++ b/test/test_ibeta.cpp @@ -321,7 +321,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_ibeta_inv.cpp b/test/test_ibeta_inv.cpp index e1b808d57..7e4b407c5 100644 --- a/test/test_ibeta_inv.cpp +++ b/test/test_ibeta_inv.cpp @@ -212,7 +212,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_ibeta_inv_ab.cpp b/test/test_ibeta_inv_ab.cpp index 105c9f478..c1acb2d1c 100644 --- a/test/test_ibeta_inv_ab.cpp +++ b/test/test_ibeta_inv_ab.cpp @@ -124,7 +124,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_igamma.cpp b/test/test_igamma.cpp index 4f620f31f..5bfeb7e9d 100644 --- a/test/test_igamma.cpp +++ b/test/test_igamma.cpp @@ -361,7 +361,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_igamma_inv.cpp b/test/test_igamma_inv.cpp index 541e3303d..d98194d66 100644 --- a/test/test_igamma_inv.cpp +++ b/test/test_igamma_inv.cpp @@ -221,7 +221,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_igamma_inva.cpp b/test/test_igamma_inva.cpp index 89100dcbf..89fec33cb 100644 --- a/test/test_igamma_inva.cpp +++ b/test/test_igamma_inva.cpp @@ -129,7 +129,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_inv_hyp.cpp b/test/test_inv_hyp.cpp index 99d5bd3d0..f02652745 100644 --- a/test/test_inv_hyp.cpp +++ b/test/test_inv_hyp.cpp @@ -269,7 +269,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif test_inv_hyperbolics(0.1F, "float"); @@ -283,7 +283,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_inverse_chi_squared.cpp b/test/test_inverse_chi_squared.cpp index 0474fb457..b6cc067d7 100644 --- a/test/test_inverse_chi_squared.cpp +++ b/test/test_inverse_chi_squared.cpp @@ -494,7 +494,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif /* */ diff --git a/test/test_inverse_chi_squared_distribution.cpp b/test/test_inverse_chi_squared_distribution.cpp index 0e31dda08..c9463cf9b 100644 --- a/test/test_inverse_chi_squared_distribution.cpp +++ b/test/test_inverse_chi_squared_distribution.cpp @@ -493,7 +493,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif /* */ diff --git a/test/test_inverse_gamma_distribution.cpp b/test/test_inverse_gamma_distribution.cpp index 67e0c0354..d1cffa0be 100644 --- a/test/test_inverse_gamma_distribution.cpp +++ b/test/test_inverse_gamma_distribution.cpp @@ -411,7 +411,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_inverse_gaussian.cpp b/test/test_inverse_gaussian.cpp index c02f12dfa..ee8253619 100644 --- a/test/test_inverse_gaussian.cpp +++ b/test/test_inverse_gaussian.cpp @@ -333,7 +333,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif /* */ diff --git a/test/test_jacobi.cpp b/test/test_jacobi.cpp index a76e371c8..d4e7cc0aa 100644 --- a/test/test_jacobi.cpp +++ b/test/test_jacobi.cpp @@ -128,7 +128,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_jacobi_zeta.cpp b/test/test_jacobi_zeta.cpp index 5fe7cc9be..77f33efb1 100644 --- a/test/test_jacobi_zeta.cpp +++ b/test/test_jacobi_zeta.cpp @@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_laguerre.cpp b/test/test_laguerre.cpp index d66ab52e9..daf7ce021 100644 --- a/test/test_laguerre.cpp +++ b/test/test_laguerre.cpp @@ -164,7 +164,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_legendre.cpp b/test/test_legendre.cpp index 4558945dc..f365428d6 100644 --- a/test/test_legendre.cpp +++ b/test/test_legendre.cpp @@ -201,7 +201,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_logistic_dist.cpp b/test/test_logistic_dist.cpp index 0a34008ab..c3236dcea 100644 --- a/test/test_logistic_dist.cpp +++ b/test/test_logistic_dist.cpp @@ -349,7 +349,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } // BOOST_AUTO_TEST_CASE( test_main ) diff --git a/test/test_lognormal.cpp b/test/test_lognormal.cpp index 22260ee2e..dfc2aa8fd 100644 --- a/test/test_lognormal.cpp +++ b/test/test_lognormal.cpp @@ -288,7 +288,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_negative_binomial.cpp b/test/test_negative_binomial.cpp index fadf3b4b7..f8ea0f6bc 100644 --- a/test/test_negative_binomial.cpp +++ b/test/test_negative_binomial.cpp @@ -837,7 +837,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_normal.cpp b/test/test_normal.cpp index 9b85b3f4f..95bc314d6 100644 --- a/test/test_normal.cpp +++ b/test/test_normal.cpp @@ -319,7 +319,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_pareto.cpp b/test/test_pareto.cpp index 0c0486e1a..b6de05f29 100644 --- a/test/test_pareto.cpp +++ b/test/test_pareto.cpp @@ -326,7 +326,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_rationals.cpp b/test/test_rationals.cpp index 83298eb97..b6f3c3a51 100644 --- a/test/test_rationals.cpp +++ b/test/test_rationals.cpp @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_rayleigh.cpp b/test/test_rayleigh.cpp index f2b4eedc4..20543a92e 100644 --- a/test/test_rayleigh.cpp +++ b/test/test_rayleigh.cpp @@ -308,7 +308,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_real_concept.cpp b/test/test_real_concept.cpp index d89b3f1a2..661027de8 100644 --- a/test/test_real_concept.cpp +++ b/test/test_real_concept.cpp @@ -570,7 +570,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_round.cpp b/test/test_round.cpp index 145c446b7..d4d1cd526 100644 --- a/test/test_round.cpp +++ b/test/test_round.cpp @@ -399,7 +399,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif // test rounding of direct predecessor/successor of 0.5/-0.5 for float and double diff --git a/test/test_skew_normal.cpp b/test/test_skew_normal.cpp index 97d5d05a8..15f95f85e 100644 --- a/test/test_skew_normal.cpp +++ b/test/test_skew_normal.cpp @@ -497,7 +497,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif /* */ diff --git a/test/test_spherical_harmonic.cpp b/test/test_spherical_harmonic.cpp index 0d2b338ca..fa715bb6c 100644 --- a/test/test_spherical_harmonic.cpp +++ b/test/test_spherical_harmonic.cpp @@ -307,7 +307,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_students_t.cpp b/test/test_students_t.cpp index 92259d3a8..b4570e5fe 100644 --- a/test/test_students_t.cpp +++ b/test/test_students_t.cpp @@ -741,7 +741,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_tgamma_ratio.cpp b/test/test_tgamma_ratio.cpp index 30f47215e..a8ebad84b 100644 --- a/test/test_tgamma_ratio.cpp +++ b/test/test_tgamma_ratio.cpp @@ -145,7 +145,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif #ifndef BOOST_MATH_BUGGY_LARGE_FLOAT_CONSTANTS @@ -163,7 +163,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_triangular.cpp b/test/test_triangular.cpp index 4b0673b24..dbdcd478e 100644 --- a/test/test_triangular.cpp +++ b/test/test_triangular.cpp @@ -679,7 +679,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_trig.cpp b/test/test_trig.cpp index 142910c81..2ad1ad5ee 100644 --- a/test/test_trig.cpp +++ b/test/test_trig.cpp @@ -76,7 +76,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif } diff --git a/test/test_uniform.cpp b/test/test_uniform.cpp index edecd93a7..d755ecd57 100644 --- a/test/test_uniform.cpp +++ b/test/test_uniform.cpp @@ -428,7 +428,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_weibull.cpp b/test/test_weibull.cpp index d8bac2ba4..e6ae9fcfe 100644 --- a/test/test_weibull.cpp +++ b/test/test_weibull.cpp @@ -368,7 +368,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif diff --git a/test/test_zeta.cpp b/test/test_zeta.cpp index 8683b7c78..ce04730cd 100644 --- a/test/test_zeta.cpp +++ b/test/test_zeta.cpp @@ -102,7 +102,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif test_zeta(0.1F, "float"); @@ -114,7 +114,7 @@ BOOST_AUTO_TEST_CASE( test_main ) std::cout << "The long double tests have been disabled on this platform " "either because the long double overloads of the usual math functions are " "not available at all, or because they are too inaccurate for these tests " - "to pass." << std::cout; + "to pass." << std::endl; #endif }