diff options
Diffstat (limited to 'more/microsoft_vcpp.html')
-rw-r--r-- | more/microsoft_vcpp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/more/microsoft_vcpp.html b/more/microsoft_vcpp.html index 7f7acbbafe..0096fc3e0f 100644 --- a/more/microsoft_vcpp.html +++ b/more/microsoft_vcpp.html @@ -293,7 +293,7 @@ operator delete[], and for the <code>std::nothrow</code> variants. <h3>[clib-namespace] C library names in global namespace instead of std</h3> <p>Library names from the <c...> headers are in the global namespace -instead of namespace std.<p><b>Workaround:</b> The header <a href="../libs/config/index.htm">boost/config.hpp</a> +instead of namespace std.<p><b>Workaround:</b> The header <a href="../libs/config/config.htm">boost/config.hpp</a> will define BOOST_NO_STDC_NAMESPACE. It can be used as follows: <pre># ifdef BOOST_NO_STDC_NAMESPACE namespace std { using ::abs; using ::fabs; } |