blob: 1db9fc61673753b96f20e8fb8ab56808917633d0 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
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/functional/hash.hpp>
13
14typedef list<int> foo;
15
16int main() {}