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

remove redundant using statement

This commit is contained in:
akumta
2015-12-02 11:19:28 -08:00
parent a1c290b1cf
commit 352250c017

View File

@@ -31,7 +31,7 @@ using boost::math::policies::ignore_error;
using std::endl;
#include <stdexcept>
// using std::exception;
// Define a (bad?) policy to ignore domain errors ('bad' arguments):
typedef policy<