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:09:49 -08:00
parent bf6c0c55dd
commit 0a88915e2f

View File

@@ -37,7 +37,7 @@ the algorithms to find location and scale
#include <limits>
using std::numeric_limits;
#include <stdexcept>
// using std::exception;
//] [/normal_std Quickbook]
int main()