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

Changed "policy" directory to "policies" to match the namespace name.

[SVN r38780]
This commit is contained in:
John Maddock
2007-08-20 12:43:32 +00:00
parent 9cf861c275
commit bb1931edec
47 changed files with 61 additions and 61 deletions

View File

@@ -17,7 +17,7 @@
// using namespace boost::math;
//.\error_policy_normal.cpp(30) : error C2872: 'policy' : ambiguous symbol
// could be 'I:\Boost-sandbox\math_toolkit\boost/math/policy/policy.hpp(392) : boost::math::policies::policy'
// could be 'I:\Boost-sandbox\math_toolkit\boost/math/policies/policy.hpp(392) : boost::math::policies::policy'
// or 'boost::math::policies'
// So can't use this using namespace command.