Sha256: b8446f2d66a04dec9416e194fdd691c7bb029a19b23e65b6438f7388700c86a1
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_SET_HPP_INCLUDED #define BOOST_UNORDERED_SET_HPP_INCLUDED #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif #include <boost/unordered/unordered_set.hpp> #endif // BOOST_UNORDERED_SET_HPP_INCLUDED
Version data entries
65 entries across 65 versions & 1 rubygems