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

Fix repeated name in example/policy_eg_1.cpp

This commit is contained in:
Warren Weckesser
2022-04-13 15:42:51 -04:00
parent 0a1c4ca3aa
commit 222b81e019

View File

@@ -21,7 +21,7 @@ using boost::math::policies::policy;
using boost::math::policies::evaluation_error;
using boost::math::policies::domain_error;
using boost::math::policies::overflow_error;
using boost::math::policies::domain_error;
using boost::math::policies::underflow_error;
using boost::math::policies::pole_error;
// Actions on error (in enum error_policy_type):
using boost::math::policies::errno_on_error;