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:10:28 -08:00
parent 0a88915e2f
commit a1c290b1cf

View File

@@ -30,7 +30,7 @@ First we need some includes to access the normal distribution
#include <limits>
using std::numeric_limits;
#include <stdexcept>
// using std::exception;
//] //[/root_find1]