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

Reported ambiguity from detail so made explicit boost::math::constants rather than using using namespace boost::math::constants.

[SVN r73431]
This commit is contained in:
Paul A. Bristow
2011-07-29 15:18:01 +00:00
parent 769365b594
commit 3091965c44

View File

@@ -8,7 +8,7 @@
// test_triangular.cpp
#include <pch.hpp>
// #include <pch.hpp>
#ifdef _MSC_VER
# pragma warning(disable: 4127) // conditional expression is constant.