2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 07:02:08 +00:00

Set MIME types and end-of-line styles globally

[SVN r7018]
This commit is contained in:
Douglas Gregor
2007-06-12 22:09:40 +00:00
parent cd9dfe5139
commit f98b790432
135 changed files with 33968 additions and 33968 deletions

View File

@@ -1,19 +1,19 @@
#include <boost/test/floating_point_comparison.hpp>
#include <boost/test/test_exec_monitor.hpp>
#include <boost/array.hpp>
#include <boost/math/tools/rational.hpp>
#include "test_rational.hpp"
void test_spots(float t, const char* n)
{
std::cout << "Testing basic sanity checks for type " << n << std::endl;
do_test_spots(t, int(0));
do_test_spots(t, unsigned(0));
#ifdef BOOST_HAS_LONG_LONG
do_test_spots(t, (unsigned long long)(0));
#endif
do_test_spots(t, float(0));
do_test_spots(t, float(0));
}
#include <boost/test/floating_point_comparison.hpp>
#include <boost/test/test_exec_monitor.hpp>
#include <boost/array.hpp>
#include <boost/math/tools/rational.hpp>
#include "test_rational.hpp"
void test_spots(float t, const char* n)
{
std::cout << "Testing basic sanity checks for type " << n << std::endl;
do_test_spots(t, int(0));
do_test_spots(t, unsigned(0));
#ifdef BOOST_HAS_LONG_LONG
do_test_spots(t, (unsigned long long)(0));
#endif
do_test_spots(t, float(0));
do_test_spots(t, float(0));
}