Conditions for BOOST_NO_STDC_NAMESPACE under MSVC with STLport were not quite right.

[SVN r8640]
This commit is contained in:
Beman Dawes
2001-01-18 21:28:50 +00:00
parent 5b7bbe4533
commit 3f280cb058

View File

@@ -381,7 +381,7 @@
// Determine if the standard library implementation is already pulling names // Determine if the standard library implementation is already pulling names
// into std. STLport defines the following if so. (Ed Brey 5 Jun 00) // into std. STLport defines the following if so. (Ed Brey 5 Jun 00)
# ifndef __STL_IMPORT_VENDOR_CSTD # if !defined( __STL_IMPORT_VENDOR_CSTD ) || defined( __STL_NO_CSTD_FUNCTION_IMPORTS )
# define BOOST_NO_STDC_NAMESPACE # define BOOST_NO_STDC_NAMESPACE
# endif # endif