2002-03-23 04:19:03 +01:00
|
|
|
// -*- C++ -*- forwarding header.
|
2001-06-09 01:22:26 +02:00
|
|
|
|
2017-01-01 13:07:43 +01:00
|
|
|
// Copyright (C) 2001-2017 Free Software Foundation, Inc.
|
2001-06-09 01:22:26 +02:00
|
|
|
//
|
|
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
|
|
// software; you can redistribute it and/or modify it under the
|
|
|
|
// terms of the GNU General Public License as published by the
|
2009-04-09 17:00:19 +02:00
|
|
|
// Free Software Foundation; either version 3, or (at your option)
|
2001-06-09 01:22:26 +02:00
|
|
|
// any later version.
|
|
|
|
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
|
2009-04-09 17:00:19 +02:00
|
|
|
// Under Section 7 of GPL version 3, you are granted additional
|
|
|
|
// permissions described in the GCC Runtime Library Exception, version
|
|
|
|
// 3.1, as published by the Free Software Foundation.
|
2001-06-09 01:22:26 +02:00
|
|
|
|
2009-04-09 17:00:19 +02:00
|
|
|
// You should have received a copy of the GNU General Public License and
|
|
|
|
// a copy of the GCC Runtime Library Exception along with this program;
|
|
|
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
|
|
// <http://www.gnu.org/licenses/>.
|
2001-09-28 00:44:24 +02:00
|
|
|
|
|
|
|
/** @file ciso646
|
2002-03-23 04:34:28 +01:00
|
|
|
* This is a Standard C++ Library file. You should @c #include this file
|
|
|
|
* in your programs, rather than any of the "*.h" implementation files.
|
2001-09-28 00:44:24 +02:00
|
|
|
*
|
|
|
|
* This is the C++ version of the Standard C Library header @c iso646.h,
|
2015-09-04 11:16:29 +02:00
|
|
|
* which is empty in C++.
|
2001-09-28 00:44:24 +02:00
|
|
|
*/
|
2015-09-04 11:16:29 +02:00
|
|
|
#ifndef _GLIBCXX_CISO646
|
|
|
|
#define _GLIBCXX_CISO646
|
|
|
|
|
|
|
|
#pragma GCC system_header
|
|
|
|
|
|
|
|
#include <bits/c++config.h>
|
|
|
|
#endif
|