mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-12 05:51:44 +00:00
Update the copyright in the unordered container tests.
[SVN r3040]
This commit is contained in:
parent
f9907e4a55
commit
dd2ea72220
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Copyright Daniel James 2006. Use, modification, and distribution are
|
# Copyright 2006 Daniel James.
|
||||||
# subject to the Boost Software License, Version 1.0. (See accompanying
|
# 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)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
build-project container ;
|
build-project container ;
|
||||||
build-project unordered ;
|
build-project unordered ;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Copyright Daniel James 2005. Use, modification, and distribution are
|
# Copyright 2005 Daniel James.
|
||||||
# subject to the Boost Software License, Version 1.0. (See accompanying
|
# 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)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
// Copyright 2005-2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/concept_check.hpp>
|
#include <boost/concept_check.hpp>
|
||||||
#include <boost/mpl/assert.hpp>
|
#include <boost/mpl/assert.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
// This test creates the containers with members that meet their minimum
|
// This test creates the containers with members that meet their minimum
|
||||||
// requirements. Makes sure everything compiles and is defined correctly.
|
// requirements. Makes sure everything compiles and is defined correctly.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
// This test creates the containers with members that meet their minimum
|
// This test creates the containers with members that meet their minimum
|
||||||
// requirements. Makes sure everything compiles and is defined correctly.
|
// requirements. Makes sure everything compiles and is defined correctly.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
// This test checks the runtime requirements of containers.
|
// This test checks the runtime requirements of containers.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Copyright Daniel James 2006. Use, modification, and distribution are
|
# Copyright 2006 Daniel James.
|
||||||
# subject to the Boost Software License, Version 1.0. (See accompanying
|
# 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)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "./containers.hpp"
|
#include "./containers.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "./containers.hpp"
|
#include "./containers.hpp"
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
// Copyright 2006 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 <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include "../objects/exception.hpp"
|
#include "../objects/exception.hpp"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "./containers.hpp"
|
#include "./containers.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "./containers.hpp"
|
#include "./containers.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "./containers.hpp"
|
#include "./containers.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "./containers.hpp"
|
#include "./containers.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "./containers.hpp"
|
#include "./containers.hpp"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
// Copyright 2005-2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_HELPERS_CHECK_RETURN_TYPE_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_HELPERS_CHECK_RETURN_TYPE_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_HELPERS_CHECK_RETURN_TYPE_HEADER
|
#define BOOST_UNORDERED_TEST_HELPERS_CHECK_RETURN_TYPE_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
// Copyright 2005-2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TESTS_EQUIVALENT_HEADER)
|
#if !defined(BOOST_UNORDERED_TESTS_EQUIVALENT_HEADER)
|
||||||
#define BOOST_UNORDERED_TESTS_EQUIVALENT_HEADER
|
#define BOOST_UNORDERED_TESTS_EQUIVALENT_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_HELPERS_FWD_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_HELPERS_FWD_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_HELPERS_FWD_HEADER
|
#define BOOST_UNORDERED_TEST_HELPERS_FWD_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
// Copyright 2005-2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
// A crude wrapper round Boost.Random to make life easier.
|
// A crude wrapper round Boost.Random to make life easier.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_HELPERS_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_HELPERS_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_HELPERS_HEADER
|
#define BOOST_UNORDERED_TEST_HELPERS_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
// This header contains metafunctions/functions to get the equivalent
|
// This header contains metafunctions/functions to get the equivalent
|
||||||
// associative container for an unordered container, and compare the contents.
|
// associative container for an unordered container, and compare the contents.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
// Copyright 2005-2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_HELPERS_METAFUNCTIONS_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_HELPERS_METAFUNCTIONS_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_HELPERS_METAFUNCTIONS_HEADER
|
#define BOOST_UNORDERED_TEST_HELPERS_METAFUNCTIONS_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
// Copyright 2005-2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_HELPERS_RANDOM_VALUES_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_HELPERS_RANDOM_VALUES_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_HELPERS_RANDOM_VALUES_HEADER
|
#define BOOST_UNORDERED_TEST_HELPERS_RANDOM_VALUES_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2005-2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_HELPERS_STRONG_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_HELPERS_STRONG_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_HELPERS_STRONG_HEADER
|
#define BOOST_UNORDERED_TEST_HELPERS_STRONG_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
// This header contains metafunctions/functions to get the equivalent
|
// This header contains metafunctions/functions to get the equivalent
|
||||||
// associative container for an unordered container, and compare the contents.
|
// associative container for an unordered container, and compare the contents.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_OBJECTS_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_OBJECTS_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_OBJECTS_HEADER
|
#define BOOST_UNORDERED_TEST_OBJECTS_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER
|
#define BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_OBJECTS_MINIMAL_HEADER)
|
#if !defined(BOOST_UNORDERED_OBJECTS_MINIMAL_HEADER)
|
||||||
#define BOOST_UNORDERED_OBJECTS_MINIMAL_HEADER
|
#define BOOST_UNORDERED_OBJECTS_MINIMAL_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_TEST_OBJECTS_HEADER)
|
#if !defined(BOOST_UNORDERED_TEST_OBJECTS_HEADER)
|
||||||
#define BOOST_UNORDERED_TEST_OBJECTS_HEADER
|
#define BOOST_UNORDERED_TEST_OBJECTS_HEADER
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Copyright Daniel James 2006. Use, modification, and distribution are
|
# Copyright 2006 Daniel James.
|
||||||
# subject to the Boost Software License, Version 1.0. (See accompanying
|
# 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)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2006. Use, modification, and distribution are
|
// Copyright 2006 Daniel James.
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user