* g++.dg/cpp0x/pr57101.C: Use proper type for size_t.

From-SVN: r221855
This commit is contained in:
Marek Polacek 2015-04-03 14:55:21 +00:00 committed by Marek Polacek
parent f74849783e
commit 1dc15b0b9d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-03 Marek Polacek <polacek@redhat.com>
* g++.dg/cpp0x/pr57101.C: Use proper type for size_t.
2015-04-02 Marek Polacek <polacek@redhat.com>
PR c++/65642

View File

@ -1,7 +1,7 @@
// { dg-do compile { target c++11 } }
// { dg-options "-fcompare-debug" }
typedef long unsigned size_t;
typedef __SIZE_TYPE__ size_t;
namespace
{
template < typename _Tp, _Tp __v > struct integral_constant