115098Smpp// TR1 stdbool.h -*- C++ -*-
267627Sasmodai
315098Smpp// Copyright (C) 2006 Free Software Foundation, Inc.
415098Smpp//
515098Smpp// This file is part of the GNU ISO C++ Library.  This library is free
615098Smpp// software; you can redistribute it and/or modify it under the
715098Smpp// terms of the GNU General Public License as published by the
815098Smpp// Free Software Foundation; either version 2, or (at your option)
915098Smpp// any later version.
1015098Smpp
1115098Smpp// This library is distributed in the hope that it will be useful,
1215098Smpp// but WITHOUT ANY WARRANTY; without even the implied warranty of
1315098Smpp// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1415098Smpp// GNU General Public License for more details.
1515098Smpp
1615098Smpp// You should have received a copy of the GNU General Public License along
1715098Smpp// with this library; see the file COPYING.  If not, write to the Free
1815098Smpp// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
1915098Smpp// USA.
2015098Smpp
2115098Smpp// As a special exception, you may use this file as part of a free software
2215098Smpp// library without restriction.  Specifically, if other files instantiate
2315098Smpp// templates or use macros or inline functions from this file, or you compile
2415098Smpp// this file and link it with other files to produce an executable, this
2515098Smpp// file does not by itself cause the resulting executable to be covered by
2615098Smpp// the GNU General Public License.  This exception does not however
2715098Smpp// invalidate any other reasons why the executable file might be covered by
2815098Smpp// the GNU General Public License.
2915098Smpp
3015098Smpp/** @file tr1/stdbool.h
3115098Smpp *  This is a TR1 C++ Library header.
3250476Speter */
3323462Sjmg
3415098Smpp#ifndef _TR1_STDBOOL_H
3515098Smpp#define _TR1_STDBOOL_H 1
3615098Smpp
3715098Smpp#include <tr1/cstdbool>
3815098Smpp
3915098Smpp#endif
4015098Smpp