1208926Smjacob// Explicit instantiation file.
2208926Smjacob
3208926Smjacob// Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005
4208926Smjacob// Free Software Foundation, Inc.
5208926Smjacob//
6208926Smjacob// This file is part of the GNU ISO C++ Library.  This library is free
7208926Smjacob// software; you can redistribute it and/or modify it under the
8208926Smjacob// terms of the GNU General Public License as published by the
9208926Smjacob// Free Software Foundation; either version 2, or (at your option)
10208926Smjacob// any later version.
11208926Smjacob
12208926Smjacob// This library is distributed in the hope that it will be useful,
13208926Smjacob// but WITHOUT ANY WARRANTY; without even the implied warranty of
14208926Smjacob// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15208926Smjacob// GNU General Public License for more details.
16208926Smjacob
17208926Smjacob// You should have received a copy of the GNU General Public License along
18208926Smjacob// with this library; see the file COPYING.  If not, write to the Free
19208926Smjacob// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
20208926Smjacob// USA.
21208926Smjacob
22208926Smjacob// As a special exception, you may use this file as part of a free software
23208926Smjacob// library without restriction.  Specifically, if other files instantiate
24208926Smjacob// templates or use macros or inline functions from this file, or you compile
25208926Smjacob// this file and link it with other files to produce an executable, this
26208926Smjacob// file does not by itself cause the resulting executable to be covered by
27208926Smjacob// the GNU General Public License.  This exception does not however
28208926Smjacob// invalidate any other reasons why the executable file might be covered by
29208926Smjacob// the GNU General Public License.
30208926Smjacob
31208926Smjacob//
32208926Smjacob// ISO C++ 14882:
33208926Smjacob//
34208926Smjacob
35208926Smjacob#include <memory>
36208926Smjacob
37208926Smjacob_GLIBCXX_BEGIN_NAMESPACE(std)
38208926Smjacob
39208926Smjacob  template class allocator<char>;
40208926Smjacob  template class allocator<wchar_t>;
41208926Smjacob
42208926Smjacob_GLIBCXX_END_NAMESPACE
43208926Smjacob