mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 21:44:28 +02:00
Add copyright to namespace_fail_test.cpp
[SVN r54033]
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user