merged from trunk

[SVN r49607]
This commit is contained in:
Eric Niebler
2008-11-06 00:15:47 +00:00
parent 20efadeb6f
commit 03bef419ac
4 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
#endif
// Define BOOST_FUNCTION_STD_NS to the namespace that contains type_info.
#ifdef BOOST_NO_EXCEPTION_STD_NAMESPACE
#ifdef BOOST_NO_STD_TYPEINFO
// Embedded VC++ does not have type_info in namespace std
# define BOOST_FUNCTION_STD_NS
#else