$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54033 - trunk/libs/functional/hash/test
From: daniel_james_at_[hidden]
Date: 2009-06-17 19:24:29
Author: danieljames
Date: 2009-06-17 19:24:28 EDT (Wed, 17 Jun 2009)
New Revision: 54033
URL: http://svn.boost.org/trac/boost/changeset/54033
Log:
Add copyright to namespace_fail_test.cpp
Text files modified:
trunk/libs/functional/hash/test/namespace_fail_test.cpp | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
Modified: trunk/libs/functional/hash/test/namespace_fail_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/namespace_fail_test.cpp (original)
+++ trunk/libs/functional/hash/test/namespace_fail_test.cpp 2009-06-17 19:24:28 EDT (Wed, 17 Jun 2009)
@@ -1,5 +1,13 @@
+
+// Copyright 2009 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)
+
+// Check that I haven't inadvertantly pulled namespace std into the global
+// namespace.
+
#include <list>
-#include <boost/functional/hash/detail/float_functions.hpp>
+#include <boost/functional/hash.hpp>
typedef list<int> foo;