]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc
Update Copyright years for files modified in 2011 and/or 2012.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / list / modifiers / 3.cc
CommitLineData
71e45bc2 1// Copyright (C) 2001, 2003, 2004, 2005, 2009, 2012
2// Free Software Foundation, Inc.
ea9fc633 3//
4// This file is part of the GNU ISO C++ Library. This library is free
5// software; you can redistribute it and/or modify it under the
6// terms of the GNU General Public License as published by the
6bc9506f 7// Free Software Foundation; either version 3, or (at your option)
ea9fc633 8// any later version.
9
10// This library is distributed in the hope that it will be useful,
c68c6d54 11// but WITHOUT ANY WARRANTY; without even the implied warranty of
ea9fc633 12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13// GNU General Public License for more details.
14
15// You should have received a copy of the GNU General Public License along
6bc9506f 16// with this library; see the file COPYING3. If not see
17// <http://www.gnu.org/licenses/>.
ea9fc633 18
2b3fc9df 19#include "3.h"
ea9fc633 20#include <list>
ea9fc633 21
22int main()
23{
2b48700a 24 modifiers3<std::list<__gnu_test::copy_tracker> >();
ea9fc633 25 return 0;
26}