2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 19:12:16 +00:00

Use proper configuration macros.

[SVN r25312]
This commit is contained in:
Dave Abrahams
2004-09-21 14:39:50 +00:00
parent 5bab5a2398
commit 2121039a2b

View File

@@ -46,7 +46,7 @@
// The STLport puts all of the standard 'C' library names in std (as far as the
// user is concerned), but without it you need a fix if you're using MSVC or
// Intel C++
# if defined(BOOST_MSVC_STD_ITERATOR)
# if defined(BOOST_NO_STDC_NAMESPACE)
# define BOOST_CSTD_
# else
# define BOOST_CSTD_ std