2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Remove no longer needed special_functions sub-directory.

Also fix lots of inspect-report failures.
This commit is contained in:
jzmaddock
2015-09-07 19:35:29 +01:00
parent 59a2bd5cb8
commit d719e4b567
56 changed files with 116 additions and 1884 deletions

View File

@@ -141,7 +141,7 @@ struct root_info
std::vector<int> times; // arbirary units (ticks).
//boost::int_least64_t min_time = std::numeric_limits<boost::int_least64_t>::max(); // Used to normalize times (as int).
std::vector<double> normed_times;
int min_time = std::numeric_limits<int>::max(); // Used to normalize times.
int min_time = (std::numeric_limits<int>::max)(); // Used to normalize times.
std::vector<uintmax_t> iterations;
std::vector<long int> distances;
std::vector<cpp_bin_float_100> full_results;