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

Paul's Big policy revison

[SVN r38413]
This commit is contained in:
Paul A. Bristow
2007-08-03 10:13:47 +00:00
parent 55c2af0451
commit cb82bea11e
145 changed files with 1555 additions and 1907 deletions

View File

@@ -29,9 +29,9 @@ using boost::math::students_t; // Probability of students_t(df, t) convenience
#include <stdexcept>
using std::exception;
using boost::math::policy::policy;
using boost::math::policy::domain_error;
using boost::math::policy::ignore_error;
using boost::math::policies::policy;
using boost::math::policies::domain_error;
using boost::math::policies::ignore_error;
// Define a (bad?) policy to ignore domain errors ('bad' arguments):
typedef policy<