SOURCES: gcc-pr19664_libstdc++.patch (NEW) - more -fvisibility fixes.

pluto pluto at pld-linux.org
Fri Nov 4 15:40:54 CET 2005


Author: pluto                        Date: Fri Nov  4 14:40:54 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more -fvisibility fixes.

---- Files affected:
SOURCES:
   gcc-pr19664_libstdc++.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gcc-pr19664_libstdc++.patch
diff -u /dev/null SOURCES/gcc-pr19664_libstdc++.patch:1.1
--- /dev/null	Fri Nov  4 15:40:54 2005
+++ SOURCES/gcc-pr19664_libstdc++.patch	Fri Nov  4 15:40:49 2005
@@ -0,0 +1,1717 @@
+--- gcc/libstdc++-v3/include/ext/algorithm.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/algorithm	2005-11-03 10:28:32.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Algorithm extensions -*- C++ -*-
+ 
+-// Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2001, 2002, 2004, 2005 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
+@@ -62,6 +62,7 @@
+ #define _EXT_ALGORITHM 1
+ 
+ #pragma GCC system_header
++#pragma GCC visibility push(default)
+ 
+ #include <algorithm>
+ 
+@@ -523,4 +524,6 @@
+     }
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif /* _EXT_ALGORITHM */
+--- gcc/libstdc++-v3/include/ext/array_allocator.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/array_allocator.h	2005-11-03 10:28:32.000000000 +0100
+@@ -34,6 +34,8 @@
+ #ifndef _ARRAY_ALLOCATOR_H
+ #define _ARRAY_ALLOCATOR_H 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <cstddef>
+ #include <new>
+ #include <bits/functexcept.h>
+@@ -142,4 +144,6 @@
+     { return false; }
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/bitmap_allocator.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/bitmap_allocator.h	2005-11-03 10:28:32.000000000 +0100
+@@ -34,6 +34,8 @@
+ #ifndef _BITMAP_ALLOCATOR_H
+ #define _BITMAP_ALLOCATOR_H 1
+ 
++#pragma GCC visibility push(default)
++
+ // For std::size_t, and ptrdiff_t.
+ #include <cstddef>
+ 
+@@ -1289,6 +1291,8 @@
+ 
+ }
+ 
++#pragma GCC visibility pop
++
+ #endif 
+ 
+ //  LocalWords:  namespace GTHREADS bool const gthread endif Mutex mutex
+--- gcc/libstdc++-v3/include/ext/debug_allocator.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/debug_allocator.h	2005-11-03 10:28:32.000000000 +0100
+@@ -48,6 +48,8 @@
+ #ifndef _DEBUG_ALLOCATOR_H
+ #define _DEBUG_ALLOCATOR_H 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <stdexcept>
+ 
+ namespace __gnu_cxx
+@@ -122,4 +124,6 @@
+     };
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/functional.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/functional	2005-11-03 10:28:32.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Functional extensions -*- C++ -*-
+ 
+-// Copyright (C) 2002, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2002, 2004, 2005 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
+@@ -62,6 +62,7 @@
+ #define _EXT_FUNCTIONAL 1
+ 
+ #pragma GCC system_header
++#pragma GCC visibility push(default)
+ 
+ #include <functional>
+ 
+@@ -421,5 +422,8 @@
+     mem_fun1_ref(_Ret (_Tp::*__f)(_Arg) const)
+     { return const_mem_fun1_ref_t<_Ret, _Tp, _Arg>(__f); }
+ } // namespace __gnu_cxx
++
++#pragma GCC visibility pop
++
+ #endif
+ 
+--- gcc/libstdc++-v3/include/ext/hash_map.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/hash_map	2005-11-03 10:30:29.000000000 +0100
+@@ -61,6 +61,8 @@
+ #ifndef _HASH_MAP
+ #define _HASH_MAP 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <ext/hashtable.h>
+ #include <bits/concept_check.h>
+ 
+@@ -622,4 +624,6 @@
+ # include <debug/hash_map>
+ #endif
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/hash_set.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/hash_set	2005-11-03 10:30:57.000000000 +0100
+@@ -61,6 +61,8 @@
+ #ifndef _HASH_SET
+ #define _HASH_SET 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <ext/hashtable.h>
+ #include <bits/concept_check.h>
+ 
+@@ -588,4 +590,6 @@
+ # include <debug/hash_set>
+ #endif
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/iterator.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/iterator	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ // HP/SGI iterator extensions -*- C++ -*-
+ 
+-// Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2001, 2002, 2004, 2005 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
+@@ -62,6 +62,7 @@
+ #define _EXT_ITERATOR 1
+ 
+ #pragma GCC system_header
++#pragma GCC visibility push(default)
+ 
+ #include <bits/concept_check.h>
+ #include <iterator>
+@@ -113,5 +114,7 @@
+     }
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+ 
+--- gcc/libstdc++-v3/include/ext/malloc_allocator.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/malloc_allocator.h	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,7 @@
+ // Allocator that wraps "C" malloc -*- C++ -*-
+ 
+-// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2001, 2002, 2003, 2004, 2005
++// 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
+@@ -34,6 +35,8 @@
+ #ifndef _MALLOC_ALLOCATOR_H
+ #define _MALLOC_ALLOCATOR_H 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <cstdlib>
+ #include <new>
+ #include <bits/functexcept.h>
+@@ -122,4 +125,6 @@
+     { return false; }
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/memory.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/memory	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Memory extensions -*- C++ -*-
+ 
+-// Copyright (C) 2002, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2002, 2004, 2005 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
+@@ -62,6 +62,7 @@
+ #define _EXT_MEMORY 1
+ 
+ #pragma GCC system_header
++#pragma GCC visibility push(default)
+ 
+ #include <memory>
+ #include <bits/stl_tempbuf.h>
+@@ -194,5 +195,7 @@
+     };
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+ 
+--- gcc/libstdc++-v3/include/ext/mt_allocator.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/mt_allocator.h	2005-11-03 10:28:34.000000000 +0100
+@@ -34,6 +34,8 @@
+ #ifndef _MT_ALLOCATOR_H
+ #define _MT_ALLOCATOR_H 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <new>
+ #include <cstdlib>
+ #include <bits/functexcept.h>
+@@ -731,4 +733,6 @@
+ #undef __thread_default
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/new_allocator.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/new_allocator.h	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Allocator that wraps operator new -*- C++ -*-
+ 
+-// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2001, 2002, 2003, 2004, 2005 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
+@@ -34,6 +34,8 @@
+ #ifndef _NEW_ALLOCATOR_H
+ #define _NEW_ALLOCATOR_H 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <new>
+ #include <bits/functexcept.h>
+ 
+@@ -118,4 +120,6 @@
+     { return false; }
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/numeric.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/numeric	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Numeric extensions -*- C++ -*-
+ 
+-// Copyright (C) 2002, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2002, 2004, 2005 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
+@@ -62,6 +62,7 @@
+ #define _EXT_NUMERIC 1
+ 
+ #pragma GCC system_header
++#pragma GCC visibility push(default)
+ 
+ #include <bits/concept_check.h>
+ #include <numeric>
+@@ -146,5 +147,7 @@
+     }
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+ 
+--- gcc/libstdc++-v3/include/ext/pod_char_traits.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/pod_char_traits.h	2005-11-03 10:28:34.000000000 +0100
+@@ -37,6 +37,8 @@
+ #ifndef _POD_CHAR_TRAITS_H
+ #define _POD_CHAR_TRAITS_H 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <string>
+ 
+ namespace __gnu_cxx
+@@ -182,4 +184,6 @@
+     };
+ }
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/pool_allocator.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/pool_allocator.h	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Allocators -*- C++ -*-
+ 
+-// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2001, 2002, 2003, 2004, 2005 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
+@@ -47,6 +47,8 @@
+ #ifndef _POOL_ALLOCATOR_H
+ #define _POOL_ALLOCATOR_H 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <bits/c++config.h>
+ #include <cstdlib>
+ #include <new>
+@@ -252,4 +254,6 @@
+     }
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/rb_tree.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/rb_tree	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ // rb_tree extension -*- C++ -*-
+ 
+-// Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2002, 2003, 2004, 2005 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
+@@ -62,6 +62,7 @@
+ #define _RB_TREE 1
+ 
+ #pragma GCC system_header
++#pragma GCC visibility push(default)
+ 
+ #include <bits/stl_tree.h>
+ 
+@@ -94,4 +95,6 @@
+     };
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/rope.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/rope	2005-11-03 10:28:34.000000000 +0100
+@@ -48,6 +48,8 @@
+ #ifndef _ROPE
+ #define _ROPE 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <bits/stl_algobase.h>
+ #include <bits/stl_construct.h>
+ #include <bits/stl_uninitialized.h>
+@@ -2898,4 +2900,6 @@
+ 
+ # include <ext/ropeimpl.h>
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/slist.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/slist	2005-11-03 10:28:34.000000000 +0100
+@@ -49,6 +49,8 @@
+ #ifndef _SLIST
+ #define _SLIST 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <bits/stl_algobase.h>
+ #include <bits/allocator.h>
+ #include <bits/stl_construct.h>
+@@ -1076,4 +1078,7 @@
+ };
+ 
+ } // namespace std
++
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/stdio_filebuf.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/stdio_filebuf.h	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ // File descriptor layer for filebuf -*- C++ -*-
+ 
+-// Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2002, 2003, 2004, 2005 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
+@@ -35,6 +35,7 @@
+ #define _STDIO_FILEBUF_H 1
+ 
+ #pragma GCC system_header
++#pragma GCC visibility push(default)
+ 
+ #include <fstream>
+ 
+@@ -158,4 +159,6 @@
+     }
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/ext/stdio_sync_filebuf.h.vis1~	2005-10-31 21:15:57.000000000 +0100
++++ gcc/libstdc++-v3/include/ext/stdio_sync_filebuf.h	2005-11-03 10:28:34.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Iostreams wrapper for stdio FILE* -*- C++ -*-
+ 
+-// Copyright (C) 2003, 2004 Free Software Foundation, Inc.
++// Copyright (C) 2003, 2004, 2005 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
+@@ -35,6 +35,7 @@
+ #define _STDIO_SYNC_FILEBUF_H 1
+ 
+ #pragma GCC system_header
++#pragma GCC visibility push(default)
+ 
+ #include <streambuf>
+ #include <unistd.h>
+@@ -279,4 +280,6 @@
+ #endif
+ } // namespace __gnu_cxx
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/debug/bitset.vis1~	2005-10-31 21:16:05.000000000 +0100
++++ gcc/libstdc++-v3/include/debug/bitset	2005-11-03 10:27:12.000000000 +0100
+@@ -31,6 +31,8 @@
+ #ifndef _GLIBCXX_DEBUG_BITSET
+ #define _GLIBCXX_DEBUG_BITSET
+ 
++#pragma GCC visibility push(default)
++
+ #include <bitset>
+ #include <debug/safe_sequence.h>
+ #include <debug/safe_iterator.h>
+@@ -318,4 +320,6 @@
+     { return __os << __x._M_base(); }
+ } // namespace __gnu_debug_def
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/debug/deque.vis1~	2005-10-31 21:16:05.000000000 +0100
++++ gcc/libstdc++-v3/include/debug/deque	2005-11-03 10:28:26.000000000 +0100
+@@ -31,6 +31,8 @@
+ #ifndef _GLIBCXX_DEBUG_DEQUE
+ #define _GLIBCXX_DEBUG_DEQUE 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <deque>
+ #include <debug/safe_sequence.h>
+ #include <debug/safe_iterator.h>
+@@ -383,4 +385,6 @@
+     { __lhs.swap(__rhs); }
+ } // namespace __gnu_debug_def
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/debug/hash_map.vis1~	2005-10-31 21:16:05.000000000 +0100
++++ gcc/libstdc++-v3/include/debug/hash_map	2005-11-03 10:31:55.000000000 +0100
+@@ -31,8 +31,12 @@
+ #ifndef _GLIBCXX_DEBUG_HASH_MAP
+ #define _GLIBCXX_DEBUG_HASH_MAP 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <ext/hash_map>
+ #include <debug/hash_map.h>
+ #include <debug/hash_multimap.h>
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/debug/hash_set.vis1~	2005-10-31 21:16:05.000000000 +0100
++++ gcc/libstdc++-v3/include/debug/hash_set	2005-11-03 10:32:22.000000000 +0100
+@@ -31,8 +31,12 @@
+ #ifndef _GLIBCXX_DEBUG_HASH_SET
+ #define _GLIBCXX_DEBUG_HASH_SET 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <ext/hash_set>
+ #include <debug/hash_set.h>
+ #include <debug/hash_multiset.h>
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/debug/list.vis1~	2005-10-31 21:16:05.000000000 +0100
++++ gcc/libstdc++-v3/include/debug/list	2005-11-03 10:28:28.000000000 +0100
+@@ -31,6 +31,8 @@
+ #ifndef _GLIBCXX_DEBUG_LIST
+ #define _GLIBCXX_DEBUG_LIST 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <list>
+ #include <bits/stl_algo.h>
+ #include <debug/safe_sequence.h>
+@@ -502,4 +504,6 @@
+     { __lhs.swap(__rhs); }
+ } // namespace __gnu_debug_def
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/debug/map.vis1~	2005-10-31 21:16:05.000000000 +0100
++++ gcc/libstdc++-v3/include/debug/map	2005-11-03 10:28:28.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Debugging map/multimap implementation -*- C++ -*-
+ 
+-// Copyright (C) 2003
++// Copyright (C) 2003, 2005
+ // Free Software Foundation, Inc.
+ //
+ // This file is part of the GNU ISO C++ Library.  This library is free
+@@ -31,8 +31,12 @@
+ #ifndef _GLIBCXX_DEBUG_MAP
+ #define _GLIBCXX_DEBUG_MAP 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <map>
+ #include <debug/map.h>
+ #include <debug/multimap.h>
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/debug/set.vis1~	2005-10-31 21:16:05.000000000 +0100
++++ gcc/libstdc++-v3/include/debug/set	2005-11-03 10:28:28.000000000 +0100
+@@ -1,6 +1,6 @@
+ // Debugging set/multiset implementation -*- C++ -*-
+ 
+-// Copyright (C) 2003
++// Copyright (C) 2003, 2005
+ // Free Software Foundation, Inc.
+ //
+ // This file is part of the GNU ISO C++ Library.  This library is free
+@@ -31,8 +31,12 @@
+ #ifndef _GLIBCXX_DEBUG_SET
+ #define _GLIBCXX_DEBUG_SET 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <set>
+ #include <debug/set.h>
+ #include <debug/multiset.h>
+ 
++#pragma GCC visibility pop
++
+ #endif
+--- gcc/libstdc++-v3/include/debug/string.vis1~	2005-10-31 21:16:05.000000000 +0100
++++ gcc/libstdc++-v3/include/debug/string	2005-11-03 10:28:30.000000000 +0100
+@@ -31,6 +31,8 @@
+ #ifndef _GLIBCXX_DEBUG_STRING
+ #define _GLIBCXX_DEBUG_STRING 1
+ 
++#pragma GCC visibility push(default)
++
+ #include <string>
+ #include <debug/safe_sequence.h>
+ #include <debug/safe_iterator.h>
+@@ -1015,4 +1017,6 @@
<<Diff was trimmed, longer than 597 lines>>



More information about the pld-cvs-commit mailing list