standard_policies.hpp revision 169692
1289284Srpaulo// -*- C++ -*-
2289284Srpaulo
3289284Srpaulo// Copyright (C) 2005, 2006 Free Software Foundation, Inc.
4289284Srpaulo//
5289284Srpaulo// This file is part of the GNU ISO C++ Library.  This library is free
6289284Srpaulo// software; you can redistribute it and/or modify it under the terms
7289284Srpaulo// of the GNU General Public License as published by the Free Software
8289284Srpaulo// Foundation; either version 2, or (at your option) any later
9289284Srpaulo// version.
10289284Srpaulo
11289284Srpaulo// This library is distributed in the hope that it will be useful, but
12289284Srpaulo// WITHOUT ANY WARRANTY; without even the implied warranty of
13289284Srpaulo// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14289284Srpaulo// General Public License for more details.
15289284Srpaulo
16289284Srpaulo// You should have received a copy of the GNU General Public License
17289284Srpaulo// along with this library; see the file COPYING.  If not, write to
18289284Srpaulo// the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
19289284Srpaulo// MA 02111-1307, USA.
20289284Srpaulo
21289284Srpaulo// As a special exception, you may use this file as part of a free
22346981Scy// software library without restriction.  Specifically, if other files
23346981Scy// instantiate templates or use macros or inline functions from this
24346981Scy// file, or you compile this file and link it with other files to
25346981Scy// produce an executable, this file does not by itself cause the
26346981Scy// resulting executable to be covered by the GNU General Public
27346981Scy// License.  This exception does not however invalidate any other
28346981Scy// reasons why the executable file might be covered by the GNU General
29346981Scy// Public License.
30346981Scy
31346981Scy// Copyright (C) 2004 Ami Tavory and Vladimir Dreizin, IBM-HRL.
32346981Scy
33346981Scy// Permission to use, copy, modify, sell, and distribute this software
34289284Srpaulo// is hereby granted without fee, provided that the above copyright
35289284Srpaulo// notice appears in all copies, and that both that copyright notice
36289284Srpaulo// and this permission notice appear in supporting documentation. None
37289284Srpaulo// of the above authors, nor IBM Haifa Research Laboratories, make any
38289284Srpaulo// representation about the suitability of this software for any
39289284Srpaulo// purpose. It is provided "as is" without express or implied
40289284Srpaulo// warranty.
41289284Srpaulo
42289284Srpaulo/**
43289284Srpaulo * @file standard_policies.hpp
44289284Srpaulo * Contains standard policies for cc_ht_map types.
45289284Srpaulo */
46289284Srpaulo
47289284Srpaulo#ifndef PB_DS_CC_HT_MAP_STANDARD_POLICIES_HPP
48289284Srpaulo#define PB_DS_CC_HT_MAP_STANDARD_POLICIES_HPP
49289284Srpaulo
50289284Srpaulo#include <ext/pb_ds/detail/standard_policies.hpp>
51289284Srpaulo
52289284Srpaulo#endif // #ifndef PB_DS_CC_HT_MAP_STANDARD_POLICIES_HPP
53289284Srpaulo