2006-09-21 22:07:10 +02:00
|
|
|
// { dg-do compile }
|
|
|
|
// { dg-options "-pedantic" }
|
|
|
|
// -*- C++ -*-
|
|
|
|
|
2022-01-03 10:42:10 +01:00
|
|
|
// Copyright (C) 2006-2022 Free Software Foundation, Inc.
|
2006-09-21 22:07:10 +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)
|
2006-09-21 22:07:10 +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.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
2009-04-09 17:00:19 +02:00
|
|
|
// with this library; see the file COPYING3. If not see
|
|
|
|
// <http://www.gnu.org/licenses/>.
|
2006-09-21 22:07:10 +02:00
|
|
|
|
2007-04-06 16:52:27 +02:00
|
|
|
#include <ext/numeric_traits.h>
|
2006-09-21 22:07:10 +02:00
|
|
|
|
2016-11-13 07:51:23 +01:00
|
|
|
template struct __gnu_cxx::__numeric_traits<short>;
|
|
|
|
template struct __gnu_cxx::__numeric_traits<unsigned short>;
|
|
|
|
template struct __gnu_cxx::__numeric_traits<double>;
|