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

update for ticket #11827

This commit is contained in:
akumta
2015-12-01 11:03:32 -08:00
parent e45ef56d65
commit cf75babb29

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;
// using std::exception;
//] //[/root_find1]