OSDN Git Service

2009-04-05 Edward M. Smith-Rowland <3dw4rd@verizon.net>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 26_numerics / random / independent_bits_engine / cons / seed1.cc
index e774b76..22ff231 100644 (file)
@@ -2,7 +2,7 @@
 //
 // 2008-12-07  Edward M. Smith-Rowland <3dw4rd@verizon.net>
 //
-// Copyright (C) 2008 Free Software Foundation, Inc.
+// Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 //
 // 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
@@ -37,7 +37,7 @@ test01()
     <
       std::subtract_with_carry_engine<uint_fast64_t, 48, 5, 12>,
       48,
-      unsigned long
+      uint_fast64_t
     > e(seed);
 }