Sha256: cfb99a4435e1c3a7804f8f48445f4b005910dea80a5218f160f2c519602d9c5a
Contents?: true
Size: 550 Bytes
Versions: 65
Compression:
Stored size: 550 Bytes
Contents
// Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard. // Copyright (C) 2005-2008 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) // See http://www.boost.org/libs/unordered for documentation #ifndef BOOST_UNORDERED_MAP_HPP_INCLUDED #define BOOST_UNORDERED_MAP_HPP_INCLUDED #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif #include <boost/unordered/unordered_map.hpp> #endif // BOOST_UNORDERED_MAP_HPP_INCLUDED
Version data entries
65 entries across 65 versions & 1 rubygems