Stripped tabs from source files

[SVN r12333]
This commit is contained in:
John Maddock
2002-01-17 12:46:26 +00:00
parent ae5fdbe5f4
commit 5dcc786a6d
130 changed files with 714 additions and 714 deletions
+5 -5
View File
@@ -78,11 +78,11 @@ void test_float_limits(const T &, const char * msg)
const T snan = lim::signaling_NaN();
std::cout << "IEEE-compatible: " << lim::is_iec559
<< ", traps: " << lim::traps
<< ", bounded: " << lim::is_bounded
<< ", exact: " << lim::is_exact << '\n'
<< "min: " << lim::min() << ", max: " << lim::max() << '\n'
<< "infinity: " << infinity << ", QNaN: " << qnan << '\n';
<< ", traps: " << lim::traps
<< ", bounded: " << lim::is_bounded
<< ", exact: " << lim::is_exact << '\n'
<< "min: " << lim::min() << ", max: " << lim::max() << '\n'
<< "infinity: " << infinity << ", QNaN: " << qnan << '\n';
print_hex_val(lim::max(), "max");
print_hex_val(infinity, "infinity");
print_hex_val(qnan, "qnan");