1 // Copyright 2005 Daniel Wallin.
2 // Copyright 2005 Joel de Guzman.
4 // Use, modification and distribution is subject to the Boost Software
5 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // Modeled after range_ex, Copyright 2004 Eric Niebler
9 ///////////////////////////////////////////////////////////////////////////////
11 // is_std_hash_set.hpp
13 /////////////////////////////////////////////////////////////////////////////
15 #if defined(_MSC_VER) && _MSC_VER >= 1000
19 #ifndef IS_STD_HASH_SET_EN_16_12_2004
20 #define IS_STD_HASH_SET_EN_16_12_2004
22 #include <boost/mpl/bool.hpp>
23 #include "./std_hash_set_fwd.hpp"
28 struct is_std_hash_set
33 struct is_std_hash_multiset
37 #if defined(BOOST_HAS_HASH)
45 struct is_std_hash_set< ::BOOST_STD_EXTENSION_NAMESPACE::hash_set<Kty,Hash,Cmp,Alloc> >
55 struct is_std_hash_multiset< ::BOOST_STD_EXTENSION_NAMESPACE::hash_multiset<Kty,Hash,Cmp,Alloc> >
59 #elif defined(BOOST_DINKUMWARE_STDLIB)
66 struct is_std_hash_set< ::BOOST_STD_EXTENSION_NAMESPACE::hash_set<Kty,Tr,Alloc> >
75 struct is_std_hash_multiset< ::BOOST_STD_EXTENSION_NAMESPACE::hash_multiset<Kty,Tr,Alloc> >
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams