// Copyright 2011 Daniel James. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include "./config.hpp" #ifdef BOOST_HASH_TEST_STD_INCLUDES # include #else # include #endif #include #include #if !defined(BOOST_NO_CXX11_HDR_TYPEINDEX) #include void test_type_index() { BOOST_HASH_TEST_NAMESPACE::hash hasher; #if defined(BOOST_NO_TYPEID) std::cout<<"Unable to test std::type_index, as typeid isn't available" < not available."<