]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/container_hash/test/namespace_fail_test.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / container_hash / test / namespace_fail_test.cpp
1
2 // Copyright 2009 Daniel James.
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 // Check that I haven't inadvertantly pulled namespace std into the global
7 // namespace.
8
9 #include "./config.hpp"
10
11 #include <list>
12 #include <boost/container_hash/hash.hpp>
13
14 typedef list<int> foo;
15
16 int main() {}