From 0a88915e2f6f2962c94dcd0306f2dd8e8c017ff5 Mon Sep 17 00:00:00 2001 From: akumta Date: Wed, 2 Dec 2015 11:09:49 -0800 Subject: [PATCH] remove redundant using statement --- example/find_mean_and_sd_normal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/find_mean_and_sd_normal.cpp b/example/find_mean_and_sd_normal.cpp index eb8908433..752c06a7f 100644 --- a/example/find_mean_and_sd_normal.cpp +++ b/example/find_mean_and_sd_normal.cpp @@ -37,7 +37,7 @@ the algorithms to find location and scale #include using std::numeric_limits; #include - // using std::exception; + //] [/normal_std Quickbook] int main()