mirror of
https://github.com/boostorg/functional.git
synced 2025-08-03 06:24:34 +02:00
Update the copyright comments in the hash tests and documentation.
[SVN r33369]
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[library Boost.Functional/Hash
|
[library Boost.Functional/Hash
|
||||||
[quickbook 1.3]
|
[quickbook 1.3]
|
||||||
[authors [James, Daniel]]
|
[authors [James, Daniel]]
|
||||||
[copyright 2005 Daniel James]
|
[copyright 2005 2006 Daniel James]
|
||||||
[purpose A TR1 hash function object that can be extended to hash user
|
[purpose A TR1 hash function object that can be extended to hash user
|
||||||
defined types]
|
defined types]
|
||||||
[category higher-order]
|
[category higher-order]
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005. Use, modification, and distribution are
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// subject to 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)
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005. Use, modification, and distribution are
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// subject to 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)
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005. Use, modification, and distribution are
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// subject to 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)
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
# (C) Copyright Daniel James 2005.
|
# Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
# Use, modification and distribution are subject to the
|
# subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
# Boost Software License, Version 1.0. (See accompanying file
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
subproject libs/functional/hash/test ;
|
subproject libs/functional/hash/test ;
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
# (C) Copyright Daniel James 2005.
|
# Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
# Use, modification and distribution are subject to the
|
# subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
# Boost Software License, Version 1.0. (See accompanying file
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#if defined(TEST_STD)
|
#if defined(TEST_STD)
|
||||||
# define TEST_STD_INCLUDES
|
# define TEST_STD_INCLUDES
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005. Use, modification, and distribution are
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// subject to 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)
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005. Use, modification, and distribution are
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// subject to 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)
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
// (C) Copyright Daniel James 2005.
|
|
||||||
// Use, modification and distribution are subject to the
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// 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 "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
// (C) Copyright Daniel James 2005.
|
|
||||||
// Use, modification and distribution are subject to the
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// 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 checks that template code implemented using hash_fwd will work.
|
// This checks that template code implemented using hash_fwd will work.
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
// (C) Copyright Daniel James 2005.
|
|
||||||
// Use, modification and distribution are subject to the
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// 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 just makes sure a header which uses hash_fwd can compile without
|
// This test just makes sure a header which uses hash_fwd can compile without
|
||||||
// the main hash headers.
|
// the main hash headers.
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
// This test demonstrates an ADL bug in Borland 5.5 where ADL isn't performed
|
// This test demonstrates an ADL bug in Borland 5.5 where ADL isn't performed
|
||||||
// in the global namespace.
|
// in the global namespace.
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#if !defined(CONTAINER_TYPE)
|
#if !defined(CONTAINER_TYPE)
|
||||||
#error "CONTAINER_TYPE not defined"
|
#error "CONTAINER_TYPE not defined"
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#define HASH_NAMESPACE boost
|
#define HASH_NAMESPACE boost
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#define HASH_NAMESPACE boost
|
#define HASH_NAMESPACE boost
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/functional/hash.hpp>
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#define HASH_NAMESPACE boost
|
#define HASH_NAMESPACE boost
|
||||||
#define BOOST_HASH_NO_EXTENSIONS
|
#define BOOST_HASH_NO_EXTENSIONS
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
// Copyright Daniel James 2005. Use, modification, and distribution are
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// subject to the Boost Software License, Version 1.0. (See accompanying
|
// subject to 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)
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
// (C) Copyright Daniel James 2005.
|
|
||||||
// Use, modification and distribution are subject to the
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// 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 "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#if !defined(CONTAINER_TYPE)
|
#if !defined(CONTAINER_TYPE)
|
||||||
#error "CONTAINER_TYPE not defined"
|
#error "CONTAINER_TYPE not defined"
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#if !defined(CONTAINER_TYPE)
|
#if !defined(CONTAINER_TYPE)
|
||||||
#error "CONTAINER_TYPE not defined"
|
#error "CONTAINER_TYPE not defined"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
// (C) Copyright Daniel James 2005.
|
|
||||||
// Use, modification and distribution are subject to the
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// 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 "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
// On some compilers hash_value isn't available for arrays, so I test it
|
// On some compilers hash_value isn't available for arrays, so I test it
|
||||||
// separately from the main array tests.
|
// separately from the main array tests.
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include "./config.hpp"
|
#include "./config.hpp"
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#define HASH_NAMESPACE boost
|
#define HASH_NAMESPACE boost
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/functional/hash.hpp>
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#define HASH_NAMESPACE boost
|
#define HASH_NAMESPACE boost
|
||||||
#define BOOST_HASH_NO_EXTENSIONS
|
#define BOOST_HASH_NO_EXTENSIONS
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/functional/hash.hpp>
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
// (C) Copyright Daniel James 2005.
|
// Copyright Daniel James 2005-2006. Use, modification, and distribution are
|
||||||
// Use, modification and distribution are subject to the
|
// subject to the Boost Software License, Version 1.0. (See accompanying
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/functional/hash.hpp>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user