|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-01-18 12:05:36
Author: johnmaddock
Date: 2008-01-18 12:05:35 EST (Fri, 18 Jan 2008)
New Revision: 42852
URL: http://svn.boost.org/trac/boost/changeset/42852
Log:
We don't have a tr1::hash functor if the std lib is the Apache version.
Text files modified:
trunk/boost/tr1/detail/config.hpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/boost/tr1/detail/config.hpp
==============================================================================
--- trunk/boost/tr1/detail/config.hpp (original)
+++ trunk/boost/tr1/detail/config.hpp 2008-01-18 12:05:35 EST (Fri, 18 Jan 2008)
@@ -112,7 +112,9 @@
#if defined(_MSC_VER) && (_MSC_VER >= 1500) \
&& defined(_MSC_FULL_VER) && \
!defined(__SGI_STL_PORT) && \
- !defined(_STLPORT_VERSION)
+ !defined(_STLPORT_VERSION) && \
+ !defined(_RWSTD_VER_STR) && \
+ !defined(_RWSTD_VER)
//
// MSVC-9.0 defines a not-quite TR1 conforming hash
// function object in <functional>, so we must define
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk