]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4-libstdcxx-bitset.patch
- added from gcc/
[packages/gcc4.git] / gcc4-libstdcxx-bitset.patch
CommitLineData
4ada39a3
AM
1--- gcc/libstdc++-v3/include/std/std_bitset.h.orig 2006-02-24 13:56:49.490596250 +0100
2+++ gcc/libstdc++-v3/include/std/std_bitset.h 2006-02-26 13:28:58.809510250 +0100
3@@ -1,6 +1,7 @@
4 // <bitset> -*- C++ -*-
5
6-// Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
7+// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
8+// Free Software Foundation, Inc.
9 //
10 // This file is part of the GNU ISO C++ Library. This library is free
11 // software; you can redistribute it and/or modify it under the
12@@ -1157,7 +1158,7 @@
13 case '0':
14 break;
15 case '1':
16- set(__i);
17+ _Unchecked_set(__i);
18 break;
19 default:
20 __throw_invalid_argument(__N("bitset::_M_copy_from_string"));
This page took 0.048532 seconds and 4 git commands to generate.