Add copyright to namespace_fail_test.cpp

[SVN r54033]
This commit is contained in:
Daniel James
2009-06-17 23:24:28 +00:00
parent cf5f69c216
commit 48db3ff569

View File

@@ -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 <list>
#include <boost/functional/hash/detail/float_functions.hpp> #include <boost/functional/hash.hpp>
typedef list<int> foo; typedef list<int> foo;