190075Sobrien// -*- C++ -*- forwarding header.
2169689Skan
3146895Skan// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
490075Sobrien//
590075Sobrien// This file is part of the GNU ISO C++ Library.  This library is free
690075Sobrien// software; you can redistribute it and/or modify it under the
7132718Skan// terms of the GNU General Public License as published by the
890075Sobrien// Free Software Foundation; either version 2, or (at your option)
9132718Skan// any later version.
10132718Skan
11132718Skan// This library is distributed in the hope that it will be useful,
12132718Skan// but WITHOUT ANY WARRANTY; without even the implied warranty of
1390075Sobrien// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14132718Skan// GNU General Public License for more details.
15132718Skan
16132718Skan// You should have received a copy of the GNU General Public License along
17132718Skan// with this library; see the file COPYING.  If not, write to the Free
1890075Sobrien// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
19132718Skan// USA.
20132718Skan
21169689Skan// As a special exception, you may use this file as part of a free software
22169689Skan// library without restriction.  Specifically, if other files instantiate
2390075Sobrien// templates or use macros or inline functions from this file, or you compile
2490075Sobrien// this file and link it with other files to produce an executable, this
2590075Sobrien// file does not by itself cause the resulting executable to be covered by
2690075Sobrien// the GNU General Public License.  This exception does not however
27132718Skan// invalidate any other reasons why the executable file might be covered by
28132718Skan// the GNU General Public License.
29132718Skan
30169689Skan//
31132718Skan// ISO C++ 14882: 19.2  Assertions
32132718Skan//
33132718Skan
34132718Skan// No include guards on this header...
35132718Skan
36132718Skan#pragma GCC system_header
37169689Skan
38169689Skan#include_next <assert.h>
39169689Skan