]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- use unchecked set.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 26 Feb 2006 15:53:36 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-libstdcxx-bitset.patch -> 1.1.2.1

gcc-libstdcxx-bitset.patch [new file with mode: 0644]

diff --git a/gcc-libstdcxx-bitset.patch b/gcc-libstdcxx-bitset.patch
new file mode 100644 (file)
index 0000000..3cf0a34
--- /dev/null
@@ -0,0 +1,20 @@
+--- gcc/libstdc++-v3/include/std/std_bitset.h.orig     2006-02-24 13:56:49.490596250 +0100
++++ gcc/libstdc++-v3/include/std/std_bitset.h  2006-02-26 13:28:58.809510250 +0100
+@@ -1,6 +1,7 @@
+ // <bitset> -*- C++ -*-
+-// Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
++// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
++// 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
+@@ -1157,7 +1158,7 @@
+             case '0':
+               break;
+             case '1':
+-              set(__i);
++              _Unchecked_set(__i);
+               break;
+             default:
+               __throw_invalid_argument(__N("bitset::_M_copy_from_string"));
This page took 0.04838 seconds and 4 git commands to generate.