safe_local_iterator.h (_Safe_local_iterator<>:: _Safe_local_iterator(const _Iterator...
[gcc.git] / libstdc++-v3 / ChangeLog
1 2011-07-20 Paolo Carlini <paolo.carlini@oracle.com>
2
3 * include/debug/safe_local_iterator.h (_Safe_local_iterator<>::
4 _Safe_local_iterator(const _Iterator&, size_type, const _Sequence*)):
5 Fix typo.
6
7 2011-07-19 François Dumont <francois.cppdevs@free.fr>
8
9 * include/debug/safe_unordered_base.h, safe_unordered_sequence.h,
10 safe_unordered_sequence.tcc, safe_local_iterator.h,
11 safe_local_iterator.tcc: New, support for unordered sequence safe
12 local iterators.
13 * include/Makefile.am: Add previous files.
14 * include/Makefile.in: Regenerate.
15 * include/debug/unordered_map, unordered_set: Implement
16 _Safe_unordered_sequence and expose _Safe_local_iterator.
17 * include/debug/safe_iterator.h, safe_iterator.tcc: Refactor
18 _Safe_iterator::_M_get_distance static method to expose it as
19 __get_distance function and use it in _Safe_local_iterator type.
20 * include/debug/formatter.h: Add __msg_local_iter_compare_bad
21 _Debug_msg_id enum entry to notify invalid comparison between local
22 iterators from different buckets. Add _Parameter constructor from
23 _Safe_local_iterator.
24 * include/debug/functions.h: Add __valid_range overload for
25 _Safe_local_iterator.
26 * src/debug.cc: Add _Safe_unordered_sequence_base and
27 _Safe_local_iterator_base methods implementations.
28 * config/abi/pre/gnu.ver: Add export of some
29 _Safe_unordered_sequence_base and _Safe_local_iterator_base methods.
30 * testsuite/util/debug/checks.h: Add use_invalid_iterator function to
31 simulate use of a singular iterator.
32 * testsuite/util/debug/unordered_checks.h: New, several functions
33 to simulate classic invalid usage of unordered sequence local
34 iterators.
35 * testsuite/23_containers/unordered_map/debug/
36 use_erased_local_iterator_neg.cc, invalid_local_iterator_range_neg.cc,
37 use_invalid_local_iterator_neg.cc, use_invalid_iterator_neg.cc,
38 invalid_local_iterator_compare_neg.cc: New.
39 * testsuite/23_containers/unordered_multimap/debug/
40 use_erased_local_iterator_neg.cc, invalid_local_iterator_range_neg.cc,
41 use_invalid_local_iterator_neg.cc, use_invalid_iterator_neg.cc,
42 invalid_local_iterator_compare_neg.cc: New.
43 * testsuite/23_containers/unordered_set/debug/
44 use_erased_local_iterator_neg.cc, invalid_local_iterator_range_neg.cc,
45 use_invalid_local_iterator_neg.cc, use_invalid_iterator_neg.cc,
46 invalid_local_iterator_compare_neg.cc: New.
47 * testsuite/23_containers/unordered_multiset/debug/
48 use_erased_local_iterator_neg.cc, invalid_local_iterator_range_neg.cc,
49 use_invalid_local_iterator_neg.cc, use_invalid_iterator_neg.cc,
50 invalid_local_iterator_compare_neg.cc: New.
51
52 2011-07-18 Paolo Carlini <paolo.carlini@oracle.com>
53
54 PR libstdc++/48430
55 * include/bits/shared_ptr.h (struct hash<shared_ptr<>>): Use
56 __hash_base.
57 * include/bits/unique_ptr.h (struct hash<unique_ptr<>>): Likewise.
58
59 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
60
61 * crossconfig.m4 (*-netware): Remove.
62 * configure: Regenerate.
63
64 2011-07-15 Yufeng Zhang <yufeng.zhang@arm.com>
65
66 * config/locale/newlib/ctype_members.cc: New file.
67 * acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add a new C locale
68 kind: newlib. Configure to use the newlib specific
69 ctype_members.cc when with_newlib is enabled.
70 * configure: Regenerate.
71
72 2011-07-15 Paolo Carlini <paolo.carlini@oracle.com>
73 Jakub Jelinek <jakub@redhat.com>
74
75 PR libstdc++/49745
76 * acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): Check separately for
77 _POSIX_TIMEOUTS and define _GTHREADS_USE_MUTEX_TIMEDLOCK.
78 * libsupc++/guard.cc: Include <unistd.h>.
79 * testsuite/17_intro/headers/c++1998/49745.cc: New.
80 * configure: Regenerate.
81 * config.h.in: Likewise.
82
83 2011-07-11 Paolo Carlini <paolo.carlini@oracle.com>
84
85 PR libstdc++/49559
86 * include/bits/stl_algo.h (__move_merge_backward): Remove.
87 (__move_merge_adaptive, __move_merge_adaptive_backward): New.
88 (__merge_adaptive): Use the latter two.
89 (__rotate_adaptive): Avoid self move-assignment.
90 * include/bits/stl_algobase.h (move_backward): Fix comment.
91 * testsuite/25_algorithms/stable_sort/49559.cc: New.
92 * testsuite/25_algorithms/inplace_merge/49559.cc: Likewise.
93 * testsuite/25_algorithms/inplace_merge/moveable.cc: Extend.
94 * testsuite/25_algorithms/inplace_merge/moveable2.cc: Likewise.
95 * testsuite/util/testsuite_rvalref.h (rvalstruct::operator=
96 (rvalstruct&&)): Check for self move-assignment.
97
98 2011-07-11 Paolo Carlini <paolo.carlini@oracle.com>
99
100 * testsuite/util/testsuite_allocator.h (propagating_allocator<>::
101 operator=(const propagating_allocator<>&)): Retun *this.
102
103 2011-07-09 Jonathan Wakely <jwakely.gcc@gmail.com>
104
105 * include/Makefile.am: Add new header.
106 * include/Makefile.in: Regenerate.
107 * include/std/scoped_allocator: New.
108 * doc/xml/manual/status_cxx200x.xml: Update.
109 * testsuite/20_util/scoped_allocator/1.cc: New.
110 * testsuite/20_util/scoped_allocator/propagation.cc: New.
111 * testsuite/20_util/scoped_allocator/requirements/typedefs.cc: New.
112 * testsuite/20_util/scoped_allocator/requirements/
113 explicit_instantiation.cc: New.
114
115 2011-07-09 Jonathan Wakely <jwakely.gcc@gmail.com>
116
117 * include/bits/stl_vector.h: Use new allocator model in C++0x mode.
118 * include/bits/vector.tcc: Likewise.
119 * testsuite/util/testsuite_allocator.h (propagating_allocator): Define.
120 * testsuite/23_containers/vector/allocator/copy_assign.cc: New.
121 * testsuite/23_containers/vector/allocator/noexcept.cc: New.
122 * testsuite/23_containers/vector/allocator/copy.cc: New.
123 * testsuite/23_containers/vector/allocator/swap.cc: New.
124 * testsuite/23_containers/vector/allocator/move_assign.cc: New.
125 * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
126 Adjust dg-error line numbers.
127 * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
128 Likewise.
129 * testsuite/23_containers/vector/requirements/dr438/
130 constructor_1_neg.cc: Likewise.
131 * testsuite/23_containers/vector/requirements/dr438/
132 constructor_2_neg.cc: Likewise.
133
134 2011-07-09 Jonathan Wakely <jwakely.gcc@gmail.com>
135
136 * include/ext/alloc_traits.h (__allocator_always_compares_equal): New
137 trait, provide partial specializations for known allocators.
138 (__alloc_traits::construct, __alloc_traits::destroy): Overload for
139 non-standard pointer types.
140 (__alloc_traits::_S_always_equal): New trait for use with noexcept.
141 (__alloc_traits::_S_nothrow_move): Likewise.
142 (__alloc_traits::_S_nothrow_swap): Likewise.
143
144 2011-07-09 Jonathan Wakely <jwakely.gcc@gmail.com>
145
146 * include/ext/cast.h: Fix typo in include guard.
147 * include/ext/pointer.h (_Unqualified_type): Remove redundant
148 partial specializations for volatile types. Fix typos in comments.
149 (pointer_traits<_Pointer_adaptor<Tp>>::pointer_to): Define.
150
151 2011-07-09 Jonathan Wakely <jwakely.gcc@gmail.com>
152
153 PR libstdc++/49668
154 * include/std/functional (__bind_simple): Define.
155 * include/std/future (_Task_setter): Parameterize by type of result
156 pointer instead of state object.
157 (_S_task_setter): Type deduction helper.
158 (_Task_state): Use _S_task_setter and __bind_simple.
159 (_Deferred_state, _Async_state): Store call wrapper directly not as
160 std::function. Use _S_task_setter and __bind_simple.
161 (_S_make_deferred_state, _S_make_async_state): Type deduction helpers.
162 (async): Use new functions and __bind_simple.
163 * include/std/mutex (call_once): Use __bind_simple.
164 * include/std/thread (thread): Likewise. Remove unused headers.
165 * src/thread.cc: Add header.
166 * testsuite/30_threads/async/49668.cc: New.
167 * testsuite/30_threads/call_once/49668.cc: New.
168 * testsuite/30_threads/thread/cons/49668.cc: New.
169 * testsuite/30_threads/thread/cons/moveable.cc: Remove unused bool.
170
171 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
172
173 * configure.host (abi_baseline_subdir_switch): Describe.
174 Provide default.
175 (*-*-solaris2.[89], *-*-solaris2.1[0-9]): Override.
176 * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Substitute
177 baseline_subdir_switch.
178 * testsuite/Makefile.am (site.exp): Emit it.
179 (baseline_subdir): Use it.
180 * testsuite/libstdc++-abi/abi.exp: Use it.
181 * configure: Regenerate.
182 * Makefile.in: Regenerate.
183 * doc/Makefile.in: Regenerate.
184 * include/Makefile.in: Regenerate.
185 * libsupc++/Makefile.in: Regenerate.
186 * po/Makefile.in: Regenerate.
187 * python/Makefile.in: Regenerate.
188 * src/Makefile.in: Regenerate.
189 * testsuite/Makefile.in: Regenerate.
190
191 2011-06-29 François Dumont <francois.cppdevs@free.fr>
192
193 * include/debug/set.h, unordered_map, multiset.h, forward_list,
194 unordered_set, vector, deque, string, list, multimap.h: Remove
195 base class default constructor calls.
196 * include/debug/map.h: Likewise and cleanup several redefinition of
197 base iterator typedef.
198
199 2011-06-29 Nathan Sidwell <nathan@codesourcery.com>
200
201 * libsupc++/eh_arm.c (__cxa_type_match): Construct address of
202 thrown object here. Return succeded_with_ptr_to_base for all
203 pointer cases.
204
205 2011-06-23 Jonathan Wakely <jwakely.gcc@gmail.com>
206
207 * testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: Fix for
208 C++0x mode.
209 * testsuite/25_algorithms/sort/35588.cc: Likewise.
210 * testsuite/26_numerics/headers/complex/synopsis.cc: Likewise.
211
212 2011-06-22 Jonathan Wakely <jwakely.gcc@gmail.com>
213
214 * testsuite/20_util/bind/socket.cc: Use variable and remove attribute.
215
216 2011-06-22 Paolo Carlini <paolo.carlini@oracle.com>
217
218 * include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp: Avoid -Wall
219 warning.
220
221 2011-06-22 Paolo Carlini <paolo.carlini@oracle.com>
222
223 * testsuite/20_util/reference_wrapper/invoke.cc: Avoid -Wall warnings.
224 * testsuite/20_util/reference_wrapper/typedefs-3.cc: Likewise.
225 * testsuite/20_util/reference_wrapper/invoke-2.cc: Likewise.
226 * testsuite/20_util/allocator_traits/members/allocate_hint.cc:
227 Likewise.
228 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
229 * testsuite/20_util/bind/socket.cc: Likewise.
230 * testsuite/20_util/pointer_traits/pointer_to.cc: Likewise.
231 * testsuite/util/testsuite_random.h: Likewise.
232
233 2011-06-22 Jonathan Wakely <jwakely.gcc@gmail.com>
234
235 * include/Makefile.am: Add alloc_traits.h headers.
236 * include/Makefile.in: Regenerate.
237 * include/std/memory: Include uses_allocator.h explicitly.
238 * include/bits/allocator.h (allocator_traits): Move to ...
239 * include/bits/alloc_traits.h: New header.
240 * include/ext/alloc_traits.h (__alloc_traits): Extension to provide
241 a common allocator interface for C++98 and C++0x.
242 * include/bits/stl_construct.h: Use __alloc_traits.
243 * include/bits/stl_uninitialized.h: Likewise.
244
245 2011-06-22 Daniel Krugler <daniel.kruegler@googlemail.com>
246 Paolo Carlini <paolo.carlini@oracle.com>
247
248 * include/bits/move.h (__is_nothrow_swappable): Add.
249 (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Use noexcept.
250 * include/bits/algorithmfwd.h: Adjust.
251 * testsuite/25_algorithms/swap/noexcept.cc: New.
252
253 2011-06-21 Jakub Jelinek <jakub@redhat.com>
254
255 * testsuite/Makefile.am (check_DEJAGNU_normal_targets): Add
256 check-DEJAGNUnormal[4-9].
257 (check-DEJAGNU): Split into 10 jobs for parallel testing instead of 4.
258 * testsuite/Makefile.in: Regenerated.
259
260 2011-06-20 Daniel Krugler <daniel.kruegler@googlemail.com>
261 Paolo Carlini <paolo.carlini@oracle.com>
262
263 * include/std/tuple (__conv_types, __one_by_one_convertible,
264 __all_convertible): Add.
265 (tuple): Use the latter.
266 (tuple<_T1>): Remove.
267 * testsuite/20_util/uses_allocator/cons_neg.cc: Adjust dg-error
268 line number.
269 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.
270
271 2011-06-14 Jonathan Wakely <jwakely.gcc@gmail.com>
272
273 * include/bits/ptr_traits.h (pointer_traits<T*>::pointer_to): Use
274 noexcept.
275
276 2011-06-14 Paolo Carlini <paolo.carlini@oracle.com>
277
278 * include/std/valarray (~valarray): Use noexcept.
279 * include/bits/unique_ptr.h (~unique_ptr): Likewise.
280 * testsuite/26_numerics/valarray/noexcept_move_construct.cc: New.
281 * testsuite/20_util/shared_ptr/cons/noexcept_move_construct.cc:
282 Likewise.
283 * testsuite/20_util/unique_ptr/cons/noexcept_move_construct.cc:
284 Likewise.
285 * testsuite/20_util/weak_ptr/cons/noexcept_move_construct.cc:
286 Likewise.
287
288 2011-06-14 Paolo Carlini <paolo.carlini@oracle.com>
289
290 * include/std/functional: Use noexcept.
291 * include/bits/stl_tempbuf.h: Likewise.
292
293 2011-06-12 François Dumont <francois.cppdevs@free.fr>
294 Paolo Carlini <paolo.carlini@oracle.com>
295
296 * include/bits/allocator.h (__shrink_to_fit): Rename to
297 __shrink_to_fit_aux, fix.
298 * include/bits/stl_vector.h (_M_shrink_to_fit): Declare.
299 (shrink_to_fit): Use the latter.
300 * include/debug/vector (shrink_to_fit): Likewise.
301 * include/bits/vector.tcc (_M_shrink_to_fit): Define.
302 * include/bits/stl_deque.h (_M_shrink_to_fit): Declare.
303 (shrink_to_fit): Use the latter.
304 * include/debug/deque (shrink_to_fit): Likewise.
305 * include/bits/deque.tcc (_M_shrink_to_fit): Define.
306 * include/bits/vector.tcc (vector<bool>::_M_reallocate): Add.
307 * include/bits/stl_bvector.h (_M_shrink_to_fit): Declare.
308 (shrink_to_fit): Use the latter.
309 (reserve): Use _M_reallocate, move inline.
310 (_Bvector_base<>::_S_nword): Add, use it throughout.
311 * include/debug/string (shrink_to_fit): Redo.
312 * include/ext/vstring.h (shrink_to_fit): Optimize.
313 * include/bits/basic_string.h (shrink_to_fit): Likewise.
314 * testsuite/21_strings/debug/shrink_to_fit.cc: New.
315 * testsuite/23_containers/vector/debug/shrink_to_fit.cc: Likewise.
316 * testsuite/23_containers/vector/debug/bool/shrink_to_fit.cc:
317 Likewise.
318 * testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc:
319 Likewise.
320 * testsuite/23_containers/deque/debug/shrink_to_fit.cc: Likewise.
321
322 2011-06-11 Jonathan Wakely <jwakely.gcc@gmail.com>
323
324 * testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: Fix for
325 C++0x mode.
326 * testsuite/25_algorithms/sort/35588.cc: Likewise.
327 * testsuite/26_numerics/headers/complex/synopsis.cc: Likewise.
328
329 2011-06-11 Jonathan Wakely <jwakely.gcc@gmail.com>
330
331 * include/ext/extptr_allocator.h (construct, destroy): Fix for C++0x
332 mode by overloading to take allocator's pointer type.
333 * testsuite/23_containers/vector/ext_pointer/types/2.cc: New.
334 * testsuite/23_containers/vector/ext_pointer/explicit_instantiation/
335 2.cc: New.
336
337 2011-06-11 Jonathan Wakely <jwakely.gcc@gmail.com>
338
339 * testsuite/20_util/allocator_traits/requirements/
340 explicit_instantiation.cc: Add another instantiation.
341
342 2011-06-11 Jonathan Wakely <jwakely.gcc@gmail.com>
343
344 * testsuite/20_util/allocator_traits/requirements/typedefs.cc: Check
345 for allocator_type and value_type.
346
347 2011-06-11 Jonathan Wakely <jwakely.gcc@gmail.com>
348
349 * testsuite/30_threads/packaged_task/uses_allocator.cc: New.
350 * testsuite/30_threads/promise/uses_allocator.cc: Likewise.
351
352 2011-06-10 Paolo Carlini <paolo.carlini@oracle.com>
353
354 * include/ext/throw_allocator.h: Use noexcept.
355 * include/ext/pool_allocator.h: Likewise.
356 * include/ext/bitmap_allocator.h: Likewise.
357 * include/ext/new_allocator.h: Likewise.
358 * include/ext/malloc_allocator.h: Likewise.
359 * include/ext/array_allocator.h: Likewise.
360 * include/ext/mt_allocator.h: Likewise.
361 * include/ext/extptr_allocator.h: Likewise.
362 * testsuite/util/testsuite_allocator.h: Likewise; do not include
363 <cassert> directly, include <testsuite_hooks.h> instead.
364
365 2011-06-10 Benjamin Kosnik <bkoz@redhat.com>
366
367 * include/ext/pb_ds/*: Doxygen markup redo.
368 * include/Makefile.am: Fold in constructors_destructor_fn_imps.hpp.
369 * include/Makefile.in: Regenerate.
370
371 2011-06-10 Jason Merrill <jason@redhat.com>
372
373 * testsuite/20_util/bind/ref_neg.cc: Remove wrong test lines.
374
375 * testsuite/20_util/bind/ref_neg.cc: Remove dg-excess-errors,
376 fix dg-error markup.
377
378 2011-06-09 Jason Merrill <jason@redhat.com>
379
380 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust.
381
382 * testsuite/lib/prune.exp (libstdc++-dg-prune): Prune notes.
383 * testsuite/20_util/duration/cons/1_neg.cc: Remove dg-excess-errors.
384 * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise.
385 * testsuite/20_util/forward/1_neg.cc: Likewise.
386 * testsuite/20_util/function/cmp/cmp_neg.cc: Likewise.
387 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
388 * testsuite/20_util/reference_wrapper/ref_neg.cc: Likewise.
389 * testsuite/20_util/tuple/comparison_operators/35480_neg.cc: Likewise.
390 * testsuite/tr1/6_containers/tuple/comparison_operators/35480_neg.cc:
391 Likewise.
392 * testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc: Likewise.
393 * testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc: Likewise.
394 * testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc:
395 Likewise.
396 * testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc: Likewise.
397 * testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc: Likewise.
398 * testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc:
399 Likewise.
400 * testsuite/tr1/2_general_utilities/shared_ptr/assign/
401 auto_ptr_rvalue_neg.cc: Likewise.
402 * testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc:
403 Likewise.
404 * testsuite/20_util/uses_allocator/cons_neg.cc: Likewise.
405 * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
406 Likewise.
407 * testsuite/23_containers/deque/requirements/dr438/
408 constructor_1_neg.cc: Likewise.
409 * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
410 Likewise.
411 * testsuite/23_containers/forward_list/requirements/dr438/
412 assign_neg.cc: Likewise.
413 * testsuite/23_containers/forward_list/requirements/dr438/
414 constructor_1_neg.cc: Likewise.
415 * testsuite/23_containers/forward_list/requirements/dr438/
416 constructor_2_neg.cc: Likewise.
417 * testsuite/23_containers/forward_list/requirements/dr438/
418 insert_neg.cc: Likewise.
419 * testsuite/23_containers/list/requirements/dr438/
420 assign_neg.cc: Likewise.
421 * testsuite/23_containers/list/requirements/dr438/
422 constructor_1_neg.cc: Likewise.
423 * testsuite/23_containers/list/requirements/dr438/
424 constructor_2_neg.cc: Likewise.
425 * testsuite/23_containers/list/requirements/dr438/
426 insert_neg.cc: Likewise.
427 * testsuite/23_containers/vector/requirements/dr438/
428 assign_neg.cc: Likewise.
429 * testsuite/23_containers/vector/requirements/dr438/
430 constructor_1_neg.cc: Likewise.
431 * testsuite/23_containers/vector/requirements/dr438/
432 constructor_2_neg.cc: Likewise.
433 * testsuite/23_containers/vector/requirements/dr438/
434 insert_neg.cc: Likewise.
435 * testsuite/23_containers/map/operators/1_neg.cc: Likewise.
436 * testsuite/29_atomics/atomic_integral/operators/
437 bitwise_neg.cc: Likewise.
438 * testsuite/decimal/mixed-mode-arith_neg.cc: Likewise.
439 * testsuite/decimal/mixed-mode-cmp_neg.cc: Likewise.
440 * testsuite/decimal/operator_neg.cc: Likewise.
441
442 2011-06-09 Simon Baldwin <simonb@google.com>
443
444 * scripts/extract_symvers.in: Handle processor/OS specific or
445 unknown symbol binding strings from readelf.
446
447 2011-06-09 Paolo Carlini <paolo.carlini@oracle.com>
448
449 * include/std/type_traits (__is_copy_assignable_impl,
450 __is_nt_copy_assignable_impl): Fix typo.
451
452 2011-06-08 Paolo Carlini <paolo.carlini@oracle.com>
453
454 * include/ext/extptr_allocator.h: Include <ext/numeric_traits.h>
455 instead of <limits>.
456 * include/bits/allocator.h: Likewise.
457
458 * include/std/chrono (duration_values<>::min): Call lowest, not min.
459
460 2011-06-08 Paolo Carlini <paolo.carlini@oracle.com>
461
462 * include/bits/allocator.h (__shrink_to_fit): Simplify.
463 * include/bits/stl_vector.h (vector<>::shrink_to_fit): Adjust.
464 * include/bits/stl_deque.h: Likewise.
465 * include/bits/stl_bvector.h: Likewise.
466
467 2011-06-07 Jason Merrill <jason@redhat.com>
468
469 * testsuite/lib/prune.exp: s/required/instantiated/.
470 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
471 * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise.
472 * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise.
473 * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise.
474 * testsuite/20_util/forward/1_neg.cc: Likewise.
475 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise.
476 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
477 Likewise.
478 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
479 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
480 * testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc: Likewise.
481 * testsuite/ext/ext_pointer/1_neg.cc: Likewise.
482 * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Likewise.
483 * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Likewise.
484 * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Likewise.
485 * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Likewise.
486 * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Likewise.
487 * testsuite/tr1/2_general_utilities/shared_ptr/assign/
488 shared_ptr_neg.cc: Likewise.
489
490 2011-06-07 Paolo Carlini <paolo.carlini@oracle.com>
491
492 * include/bits/move.h (struct __move_if_noexcept_cond): Add.
493 (move_if_noexcept): Use the latter.
494 * include/bits/stl_iterator.h (__make_move_if_noexcept_iterator,
495 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR): Add.
496 * include/bits/stl_uninitialized.h
497 (__uninitialized_move_if_noexcept_a): Add.
498 * include/bits/vector.tcc (vector<>::reserve): Use
499 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR.
500 (vector<>::_M_insert_aux, _M_fill_insert, _M_default_append,
501 _M_range_insert): Use __uninitialized_move_if_noexcept_a.
502 * testsuite/util/testsuite_rvalref.h (throwing_move_constructor):
503 Add.
504 (copycounter::copycounter(copycounter&&)): Use noexcept.
505 * testsuite/23_containers/vector/modifiers/moveable2.cc: New.
506 * testsuite/23_containers/vector/capacity/resize/moveable2.cc:
507 Likewise.
508 * testsuite/23_containers/vector/capacity/reserve/moveable2.cc:
509 Likewise.
510
511 2011-06-07 Paolo Carlini <paolo.carlini@oracle.com>
512
513 PR libstdc++/49293
514 * testsuite/22_locale/time_get/get_weekday/char/38081-1.cc: Tweak
515 for glibc 2.14.
516 * testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: Likewise.
517
518 2011-06-06 Paolo Carlini <paolo.carlini@oracle.com>
519
520 * include/bits/move.h (move_if_noexcept): Use __and_ and __not_.
521
522 2011-06-05 Jonathan Wakely <jwakely.gcc@gmail.com>
523
524 * include/bits/ptr_traits.h (pointer_traits): Fix typos.
525 * include/ext/pointer.h (pointer_traits): Add partial specialization
526 for _Pointer_adapter.
527
528 2011-06-04 Jonathan Wakely <jwakely.gcc@gmail.com>
529
530 * testsuite/util/testsuite_allocator.h (tracker_allocator::construct):
531 Update to C++0x definition using type to construct as template
532 parameter.
533 (tracker_allocator::destroy): Likewise for type to destroy.
534 (uneq_allocator::construct, uneq_allocator::destroy): Likewise.
535
536 2011-06-01 Paolo Carlini <paolo.carlini@oracle.com>
537
538 * include/bits/hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)):
539 Use std::move on the allocator, use noexcept.
540 (_Hashtable<>::~_Hashtable): Use noexcept.
541 * include/bits/stl_list.h: Likewise.
542 * include/bits/forward_list.h: Likewise.
543 * include/bits/stl_vector.h: Likewise.
544 * include/bits/stl_bvector.h: Likewise.
545 * include/bits/stl_map.h (map<>::map(map&&)): Use noexcept.
546 * include/bits/stl_set.h: Likewise.
547 * include/bits/stl_multimap.h: Likewise.
548 * include/bits/stl_multiset.h: Likewise.
549 * include/bits/stl_tree.h (_Rb_tree<>::_Rb_tree(_Rb_tree&&)): Use
550 std::move on the allocator.
551 (_Rb_tree<>::~_Rb_tree): Use noexcept.
552 * include/bits/stl_deque.h: Likewise.
553 * include/bits/basic_string.h (basic_string<>::~basic_string): Use
554 noexcept.
555 * include/ext/vstring.h (__versa_string<>::~__versa_string): Likewise.
556 * include/debug/set.h: Adjust.
557 * include/debug/unordered_map: Likewise.
558 * include/debug/multiset.h: Likewise.
559 * include/debug/forward_list: Likewise.
560 * include/debug/vector: Likewise.
561 * include/debug/unordered_set: Likewise.
562 * include/debug/deque: Likewise.
563 * include/debug/map.h: Likewise.
564 * include/debug/string: Likewise.
565 * include/debug/list: Likewise.
566 * include/debug/multimap.h: Likewise.
567 * include/profile/set.h: Likewise.
568 * include/profile/unordered_map: Likewise.
569 * include/profile/multiset.h: Likewise.
570 * include/profile/forward_list: Likewise.
571 * include/profile/unordered_set: Likewise.
572 * include/profile/vector: Likewise.
573 * include/profile/deque: Likewise.
574 * include/profile/map.h: Likewise.
575 * include/profile/list: Likewise.
576 * include/profile/multimap.h: Likewise.
577 * testsuite/21_strings/basic_string/cons/wchar_t/
578 noexcept_move_construct.cc: New.
579 * testsuite/21_strings/basic_string/cons/char/
580 noexcept_move_construct.cc: Likewise.
581 * testsuite/ext/vstring/cons/noexcept_move_construct.cc: Likewise.
582 * testsuite/23_containers/unordered_map/cons/
583 noexcept_move_construct.cc: Likewise.
584 * testsuite/23_containers/multimap/cons/
585 noexcept_move_construct.cc: Likewise.
586 * testsuite/23_containers/set/cons/
587 noexcept_move_construct.cc: Likewise.
588 * testsuite/23_containers/unordered_multimap/cons/
589 noexcept_move_construct.cc: Likewise.
590 * testsuite/23_containers/forward_list/cons/
591 noexcept_move_construct.cc: Likewise.
592 * testsuite/23_containers/unordered_set/cons/
593 noexcept_move_construct.cc: Likewise.
594 * testsuite/23_containers/vector/bool/cons/
595 noexcept_move_construct.cc: Likewise.
596 * testsuite/23_containers/vector/cons/
597 noexcept_move_construct.cc: Likewise.
598 * testsuite/23_containers/multiset/cons/
599 noexcept_move_construct.cc: Likewise.
600 * testsuite/23_containers/list/cons/
601 noexcept_move_construct.cc: Likewise.
602 * testsuite/23_containers/unordered_multiset/cons/
603 noexcept_move_construct.cc: Likewise.
604 * testsuite/23_containers/map/cons/noexcept_move_construct.cc
605 * testsuite/23_containers/forward_list/requirements/dr438/
606 assign_neg.cc: Adjust dg-error line numbers.
607 * testsuite/23_containers/forward_list/requirements/dr438/
608 insert_neg.cc: Likewise.
609 * testsuite/23_containers/forward_list/requirements/dr438/
610 constructor_1_neg.cc: Likewise.
611 * testsuite/23_containers/forward_list/requirements/dr438/
612 constructor_2_neg.cc: Likewise.
613 * testsuite/23_containers/vector/requirements/dr438/
614 assign_neg.cc: Likewise.
615 * testsuite/23_containers/vector/requirements/dr438/
616 insert_neg.cc: Likewise.
617 * testsuite/23_containers/vector/requirements/dr438/
618 constructor_1_neg.cc: Likewise.
619 * testsuite/23_containers/vector/requirements/dr438/
620 constructor_2_neg.cc: Likewise.
621 * testsuite/23_containers/deque/requirements/dr438/
622 assign_neg.cc: Likewise.
623 * testsuite/23_containers/deque/requirements/dr438/
624 insert_neg.cc: Likewise.
625 * testsuite/23_containers/deque/requirements/dr438/
626 constructor_1_neg.cc: Likewise.
627 * testsuite/23_containers/deque/requirements/dr438/
628 constructor_2_neg.cc: Likewise.
629 * testsuite/23_containers/list/requirements/dr438/
630 assign_neg.cc: Likewise.
631 * testsuite/23_containers/list/requirements/dr438/
632 insert_neg.cc: Likewise.
633 * testsuite/23_containers/list/requirements/dr438/
634 constructor_1_neg.cc: Likewise.
635 * testsuite/23_containers/list/requirements/dr438/
636 constructor_2_neg.cc: Likewise.
637
638 * include/bits/move.h (swap): Use __and_ in the noexcept.
639 * include/bits/algorithmfwd.h: Adjust.
640
641 2011-05-31 Paolo Carlini <paolo.carlini@oracle.com>
642
643 * include/bits/basic_string.h: Use noexcept per the FDIS (minus
644 compare(const string&), which uses char_traits::compare, which
645 isn't noexcept; also no noexcept in the move assignment operator
646 and move assign, see c++std-lib-30855).
647 * include/bits/basic_string.tcc: Likewise.
648 * include/ext/vstring.h: Likewise.
649 * include/ext/vstring.tcc: Likewise.
650 * include/debug/string: Likewise.
651
652 2011-05-31 Jonathan Wakely <jwakely.gcc@gmail.com>
653
654 * doc/xml/manual/status_cxx200x.xml: Update.
655 * doc/html/*: Regenerate.
656
657 2011-05-30 Paolo Carlini <paolo.carlini@oracle.com>
658
659 * include/std/type_traits (__or_, __and_): Add trivial definitions
660 for a single element.
661 * include/bits/stl_pair.h: Use __and_ in noexcept specs and
662 constraints.
663 (pair<>::pair(pair&&)): Define.
664 (pair<>::pair(const pair<>&)): Constrain with is_convertible.
665 (pair<>::pair(pair<>&&)): Likewise, remove noexcept.
666 * include/std/tuple: Use __and_ in noexcept specs and constraints.
667 (_Tuple_impl<>::_Tuple_impl(allocator_arg_t, const _Alloc&,
668 _Tuple_impl&&)): Remove noexcept.
669 (tuple<>::tuple(_UElements&&...), tuple(const tuple<_UElements...>&),
670 tuple(tuple<_UElements...>&&), tuple(const pair<_U1, _U2>&),
671 tuple(pair<_U1, _U2>&&)): Constrain with is_convertible.
672 * testsuite/20_util/tuple/moveable2.cc: Use = delete.
673 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
674 Adjust dg-error line numbers.
675 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
676 Likewise.
677 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
678 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
679 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.
680
681 2011-05-31 Jonathan Wakely <jwakely.gcc@gmail.com>
682
683 * include/std/tuple: Restore is_convertible constraint.
684 * testsuite/20_util/tuple/cons/allocate_noncopyable.cc: Remove.
685
686 2011-05-30 Paolo Carlini <paolo.carlini@oracle.com>
687
688 PR libstdc++/49236
689 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
690 line number.
691
692 2011-05-30 Jonathan Wakely <jwakely.gcc@gmail.com>
693
694 * include/std/tuple: Implement uses-allocator construction.
695 * include/bits/allocator.h (uses_allocator): Move to ...
696 * include/bits/uses_allocator.h: New file.
697 * include/Makefile.am: Add new header.
698 * include/Makefile.in: Regenerate.
699 * testsuite/20_util/uses_allocator/cons_neg.cc: New.
700 * testsuite/20_util/uses_allocator/construction.cc: New.
701 * testsuite/20_util/tuple/cons/allocate_noncopyable.cc: New.
702 * testsuite/20_util/tuple/cons/allocators.cc: New.
703
704 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
705
706 * testsuite/20_util/pointer_traits/pointer_to.cc: Fix.
707
708 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
709
710 * acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and
711 GLIBCXX_CHECK_SC_NPROCESSORS_ONLN.
712 * configure.ac: Use them. Increase minor version.
713 * configure: Regenerate.
714 * config.h.in: Regenerate.
715 * include/std/thread (thread::hardware_concurrency): Remove inline
716 definition.
717 * src/thread.cc (thread::hardware_concurrency): Define.
718 * config/abi/pre/gnu.ver: Export new symbol @3.4.17
719 * testsuite/util/testsuite_abi.cc: Add new version.
720 * testsuite/lib/libstdc++.exp (check_v3_target_nprocs): Add.
721 * testsuite/lib/dg-options.exp (dg-require-nprocs): Add.
722 * testsuite/30_threads/thread/members/hardware_concurrency.cc: Use
723 dg-require-nprocs and verify hardware_concurrency returns non-zero.
724
725 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
726
727 * testsuite/20_util/pointer_traits/pointer_to.cc: New.
728
729 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
730
731 * include/Makefile.am: Add new ptr_traits.h header.
732 * include/Makefile.in: Regenerate.
733 * include/bits/ptr_traits.h (pointer_traits): New.
734 * include/bits/allocator.h (allocator_traits): Add.
735 * include/ext/array_allocator.h (construct, destroy): Update C++0x
736 versions.
737 * include/ext/bitmap_allocator.h (construct, destroy): Likewise.
738 * include/ext/extptr_allocator.h (construct, destroy): Likewise.
739 * include/ext/malloc_allocator.h (construct, destroy): Likewise.
740 * include/ext/mt_allocator.h (construct, destroy): Likewise.
741 * include/ext/new_allocator.h (construct, destroy): Likewise.
742 * include/ext/pool_allocator.h (construct, destroy): Likewise.
743 * include/ext/throw_allocator.h (construct, destroy): Likewise.
744 * testsuite/20_util/allocator_traits/requirements/typedefs.cc: New.
745 * testsuite/20_util/allocator_traits/requirements/
746 explicit_instantiation.cc: New.
747 * testsuite/20_util/allocator_traits/members/max_size.cc: New.
748 * testsuite/20_util/allocator_traits/members/select.cc: New.
749 * testsuite/20_util/allocator_traits/members/construct.cc: New.
750 * testsuite/20_util/allocator_traits/members/allocate_hint.cc: New.
751 * testsuite/20_util/allocator_traits/members/destroy.cc: New.
752 * testsuite/20_util/pointer_traits/requirements/typedefs.cc: New.
753 * testsuite/20_util/pointer_traits/requirements/
754 explicit_instantiation.cc: New.
755
756 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
757
758 * include/std/future (launch): Update enumerators and define
759 operators required for bitmask type. Remove trailing whitespace.
760 * src/future.cc: Remove trailing whitespace.
761 * testsuite/30_threads/async/any.cc: Adjust.
762 * testsuite/30_threads/async/sync.cc: Adjust.
763 * testsuite/30_threads/async/launch.cc: New.
764
765 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
766
767 * include/std/future: Use noexcept.
768 * src/future.cc: Likewise.
769
770 2011-05-27 Jonathan Wakely <jwakely.gcc@gmail.com>
771
772 * include/std/thread (this_thread::sleep_until): Move after sleep_for.
773
774 2011-05-27 Paolo Carlini <paolo.carlini@oracle.com>
775
776 PR libstdc++/49187
777 * include/parallel/losertree.h: Add missing using declarations
778 of _Base::_M_comp.
779 * include/parallel/algobase.h: Include <parallel/algorithmfwd.h>.
780 * include/parallel/multiway_merge.h: Include <parallel/
781 multiseq_selection.h>, forward declare __merge_advance.
782 * include/parallel/multiseq_selection.h: Don't include <parallel/
783 sort.h> here.
784 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Fix
785 qualification of upper_bound.
786
787 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc:
788 Use dg-require-debug-mode.
789 * testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc:
790 Likewise.
791 * testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc:
792 Likewise.
793 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc:
794 Likewise.
795 * testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc:
796 Likewise.
797 * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc:
798 Likewise.
799 * testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc:
800 Likewise.
801 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc:
802 Likewise.
803 * testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc:
804 Likewise.
805
806 * include/parallel/algo.h: Minor uglification fixes.
807
808 2011-05-26 Paolo Carlini <paolo.carlini@oracle.com>
809
810 * src/list.cc: Use noexcept per the FDIS.
811 * src/compatibility-list-2.cc: Likewise.
812 * include/debug/set.h: Likewise.
813 * include/debug/unordered_map: Likewise.
814 * include/debug/multiset.h: Likewise.
815 * include/debug/forward_list: Likewise.
816 * include/debug/unordered_set: Likewise.
817 * include/debug/vector: Likewise.
818 * include/debug/map.h: Likewise.
819 * include/debug/deque: Likewise.
820 * include/debug/list: Likewise.
821 * include/debug/multimap.h: Likewise.
822 * include/profile/set.h: Likewise.
823 * include/profile/unordered_map: Likewise.
824 * include/profile/multiset.h: Likewise.
825 * include/profile/forward_list: Likewise.
826 * include/profile/vector: Likewise.
827 * include/profile/unordered_set: Likewise.
828 * include/profile/map.h: Likewise.
829 * include/profile/deque: Likewise.
830 * include/profile/list: Likewise.
831 * include/profile/multimap.h: Likewise.
832 * include/bits/hashtable.h: Likewise.
833 * include/bits/stl_list.h: Likewise.
834 * include/bits/stl_map.h: Likewise.
835 * include/bits/hashtable_policy.h: Likewise.
836 * include/bits/stl_set.h: Likewise.
837 * include/bits/forward_list.h: Likewise.
838 * include/bits/stl_multimap.h: Likewise.
839 * include/bits/stl_vector.h: Likewise.
840 * include/bits/stl_deque.h: Likewise.
841 * include/bits/stl_multiset.h: Likewise.
842 * include/bits/stl_bvector.h: Likewise.
843 * include/bits/stl_tree.h: Likewise.
844
845 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
846
847 * include/bits/stl_queue.h: Use noexcept per the FDIS.
848 * include/bits/stl_stack.h: Likewise.
849
850 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
851
852 * config/abi/pre/gnu.ver: Correct last change, export instead
853 at the existing @3.4.16.
854 * configure.ac: Revert last change.
855 * testsuite/util/testsuite_abi.cc: Likewise.
856 * configure: Regenerate.
857
858 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
859
860 * doc/xml/manual/documentation_hacking.xml: Minor corrections.
861
862 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
863
864 * include/std/mutex: Add doxygen comments.
865
866 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
867
868 * config/abi/pre/gnu.ver: Export recently added basic_streambuf
869 and basic_stringbuf symbols @3.4.17.
870 * configure.ac: Update.
871 * testsuite/util/testsuite_abi.cc: Likewise.
872 * configure: Regenerate.
873
874 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
875
876 * libsupc++/guard.cc: Fix comments.
877
878 2011-05-25 Ian Lance Taylor <iant@google.com>
879
880 PR libstdc++/49060
881 * include/backward/hashtable.h (hashtable::erase): Don't crash if
882 erasing first and another element with a reference to the other
883 element.
884 * testsuite/backward/hash_set/49060.cc: New.
885
886 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
887
888 * include/bits/random.h (random_device::min, max): Specify constexpr.
889
890 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
891
892 * include/std/thread: Use noexcept throughout per the FDIS.
893 * include/std/mutex: Likewise.
894
895 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
896
897 * testsuite/20_util/duration/arithmetic/dr2020.cc: Fix typo.
898
899 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
900
901 PR libstdc++/49151
902 * include/std/chrono (operator+, operator-, operator*, operator/,
903 operator&): Implement LWG 2020 [WP]; specify constexpr.
904 * testsuite/20_util/duration/arithmetic/dr2020.cc: New.
905
906 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
907
908 PR libstdc++/49141
909 * testsuite/26_numerics/complex/cons/48760.cc: Use dg-require-c-std.
910 * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
911 * testsuite/26_numerics/headers/cmath/19322.cc: Likewise.
912
913 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
914
915 * include/bits/c++config (_GLIBCXX_NOTHROW): Update for noexcept.
916 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error
917 line number.
918
919 2011-05-23 Benjamin Kosnik <bkoz@redhat.com>
920
921 PR libstdc++/37144
922 PR libstdc++/28457
923 Interface changes for ext/pb_ds.
924 PB_DS_BASE_C_DEC to unique PB_DS_*_BASE macros.
925 * include/ext/pb_ds/assoc_container.hpp (container_base): Remove.
926 (basic_hash_table, basic_branch, list_update): Derive from
927 container_base_dispatch.
928 * include/ext/pb_ds/list_update_policy.hpp (null_lu_metadata): Remove.
929 (move_to_front_lu_policy): To lu_move_to_front_policy.
930 (counter_lu_policy): To lu_counter_policy.
931 * include/ext/pb_ds/tree_policy.hpp (null_tree_node_update): Remove.
932 * include/ext/pb_ds/tag_and_trait.hpp (container_base_dispatch): Adjust
933 template parameters, declare here.
934 (null_mapped_type) Remove.
935 (null_type): Just use this for template tricks everywhere.
936 * include/ext/pb_ds/hash_policy.hpp (null_hash_fn, null_probe_fn):
937 Remove.
938 * include/ext/pb_ds/trie_policy.hpp (null_trie_node_update): Remove.
939 (string_trie_e_access_traits): To trie_string_access_traits.
940 * include/ext/pb_ds/priority_queue.hpp: Use container_base_dispatch.
941
942 File changes.
943 * include/Makefile.am (pb_headers): Removed and changed file names.
944 * include/Makefile.in: Regenerated.
945 * include/ext/pb_ds/detail/basic_types.hpp: Remove.
946 * include/ext/pb_ds/detail/bin_search_tree_/
947 cond_dtor_entry_dealtor.hpp: Remove.
948 * include/ext/pb_ds/detail/bin_search_tree_/
949 cond_key_dtor_entry_dealtor.hpp: Remove.
950 * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Move..
951 * include/ext/pb_ds/detail/binary_heap_/
952 point_const_iterator.hpp: ..here.
953 * include/ext/pb_ds/detail/basic_tree_policy: Move to...
954 * include/ext/pb_ds/detail/branch_policy: This.
955 * include/ext/pb_ds/detail/branch_policy/
956 basic_tree_policy_base.hpp: Move...
957 * include/ext/pb_ds/detail/branch_policy/branch_policy.hpp: ...here.
958 * include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp: Add.
959 * include/ext/pb_ds/detail/branch_policy/traits.hpp: Add.
960 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
961 null_metadata.hpp: Remove.
962 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
963 const_point_iterator.hpp: Move...
964 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
965 point_const_iterator.hpp: ...here.
966 * include/ext/pb_ds/detail/list_update_policy/
967 counter_lu_metadata.hpp: Move..
968 * include/ext/pb_ds/detail/list_update_policy/
969 lu_counter_metadata.hpp: ...here.
970 * include/ext/pb_ds/detail/list_update_policy/
971 counter_lu_policy_imp.hpp: Remove.
972 * include/ext/pb_ds/detail/list_update_policy/
973 mtf_lu_policy_imp.hpp: Remove.
974 * include/ext/pb_ds/detail/trie_policy/
975 string_trie_e_access_traits_imp.hpp: Move...
976 * include/ext/pb_ds/detail/trie_policy/
977 sample_trie_access_traits.hpp: ...here.
978 * include/ext/pb_ds/detail/trie_policy/
979 sample_trie_e_access_traits.hpp: Move...
980 * include/ext/pb_ds/detail/trie_policy/
981 trie_string_access_traits_imp.hpp: ...here.
982 * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Remove.
983 * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Remove.
984 * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Remove.
985 * include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp: New, fold all
986 types found in the following files into pat_trie_base.
987 * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Folded.
988 * include/ext/pb_ds/detail/pat_trie_/
989 cond_dtor_entry_dealtor.hpp: Folded.
990 * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Folded.
991 * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Folded.
992 * include/ext/pb_ds/detail/pat_trie_/head.hpp: Folded.
993 * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Folded.
994 * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Folded.
995 * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Folded.
996 * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Folded.
997 * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Folded.
998 * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Folded.
999 * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Move...
1000 * include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp: ...here.
1001 * include/ext/pb_ds/detail/unordered_iterator/
1002 const_point_iterator.hpp: Move...
1003 * include/ext/pb_ds/detail/unordered_iterator/
1004 point_const_iterator.hpp: ...here.
1005
1006
1007 Adjust for above changes.
1008 * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
1009 * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
1010 * include/ext/pb_ds/detail/resize_policy/
1011 sample_resize_trigger.hpp: Same.
1012 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
1013 * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
1014 * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
1015 * include/ext/pb_ds/detail/binomial_heap_base_/
1016 binomial_heap_base_.hpp: Same.
1017 * include/ext/pb_ds/detail/binomial_heap_base_/
1018 constructors_destructor_fn_imps.hpp: Same.
1019 * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
1020 * include/ext/pb_ds/detail/binomial_heap_base_/
1021 split_join_fn_imps.hpp: Same.
1022 * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same. Adjust
1023 for template parameter ordering change.
1024 * include/ext/pb_ds/detail/cc_hash_table_map_/
1025 erase_store_hash_fn_imps.hpp: Same.
1026 * include/ext/pb_ds/detail/cc_hash_table_map_/
1027 constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1028 * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
1029 * include/ext/pb_ds/detail/cc_hash_table_map_/
1030 insert_no_store_hash_fn_imps.hpp: Same.
1031 * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
1032 * include/ext/pb_ds/detail/cc_hash_table_map_/
1033 policy_access_fn_imps.hpp: Same.
1034 * include/ext/pb_ds/detail/cc_hash_table_map_/
1035 resize_store_hash_fn_imps.hpp: Same.
1036 * include/ext/pb_ds/detail/cc_hash_table_map_/
1037 constructor_destructor_store_hash_fn_imps.hpp: Same.
1038 * include/ext/pb_ds/detail/cc_hash_table_map_/
1039 insert_store_hash_fn_imps.hpp: Same.
1040 * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
1041 * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
1042 * include/ext/pb_ds/detail/cc_hash_table_map_/
1043 entry_list_fn_imps.hpp: Same.
1044 * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
1045 * include/ext/pb_ds/detail/cc_hash_table_map_/
1046 find_store_hash_fn_imps.hpp: Same.
1047 * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
1048 * include/ext/pb_ds/detail/cc_hash_table_map_/
1049 debug_no_store_hash_fn_imps.hpp: Same.
1050 * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
1051 * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
1052 * include/ext/pb_ds/detail/cc_hash_table_map_/
1053 constructor_destructor_fn_imps.hpp: Same.
1054 * include/ext/pb_ds/detail/cc_hash_table_map_/
1055 cond_key_dtor_entry_dealtor.hpp: Same.
1056 * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
1057 * include/ext/pb_ds/detail/cc_hash_table_map_/
1058 debug_store_hash_fn_imps.hpp: Same.
1059 * include/ext/pb_ds/detail/cc_hash_table_map_/
1060 erase_no_store_hash_fn_imps.hpp: Same.
1061 * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
1062 * include/ext/pb_ds/detail/cc_hash_table_map_/
1063 iterators_fn_imps.hpp: Same.
1064 * include/ext/pb_ds/detail/cc_hash_table_map_/
1065 resize_no_store_hash_fn_imps.hpp: Same.
1066 * include/ext/pb_ds/detail/cc_hash_table_map_/
1067 standard_policies.hpp: Same.
1068 * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
1069 * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
1070 * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
1071 * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
1072 * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
1073 * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
1074 * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
1075 * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
1076 * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
1077 * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
1078 * include/ext/pb_ds/detail/pat_trie_/
1079 constructors_destructor_fn_imps.hpp: Same.
1080 * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
1081 * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
1082 * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
1083 * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
1084 * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
1085 * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
1086 * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
1087 * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
1088 * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
1089 * include/ext/pb_ds/detail/bin_search_tree_/
1090 policy_access_fn_imps.hpp: Same.
1091 * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
1092 * include/ext/pb_ds/detail/bin_search_tree_/
1093 constructors_destructor_fn_imps.hpp: Same.
1094 * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
1095 * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
1096 * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
1097 * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
1098 * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
1099 * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
1100 * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
1101 * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
1102 * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
1103 * include/ext/pb_ds/detail/bin_search_tree_/
1104 split_join_fn_imps.hpp: Same.
1105 * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
1106 * include/ext/pb_ds/detail/list_update_policy/
1107 sample_update_policy.hpp: Same.
1108 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1109 trace_fn_imps.hpp: Same.
1110 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1111 erase_fn_imps.hpp: Same.
1112 * include/ext/pb_ds/detail/gp_hash_table_map_/
1113 erase_store_hash_fn_imps.hpp: Same.
1114 * include/ext/pb_ds/detail/gp_hash_table_map_/
1115 constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1116 * include/ext/pb_ds/detail/gp_hash_table_map_/
1117 insert_no_store_hash_fn_imps.hpp: Same.
1118 * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
1119 * include/ext/pb_ds/detail/gp_hash_table_map_/
1120 policy_access_fn_imps.hpp: Same.
1121 * include/ext/pb_ds/detail/gp_hash_table_map_/
1122 resize_store_hash_fn_imps.hpp: Same.
1123 * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
1124 * include/ext/pb_ds/detail/gp_hash_table_map_/
1125 constructor_destructor_store_hash_fn_imps.hpp: Same.
1126 * include/ext/pb_ds/detail/gp_hash_table_map_/
1127 insert_store_hash_fn_imps.hpp: Same.
1128 * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
1129 * include/ext/pb_ds/detail/gp_hash_table_map_/
1130 iterator_fn_imps.hpp: Same.
1131 * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
1132 * include/ext/pb_ds/detail/gp_hash_table_map_/
1133 find_no_store_hash_fn_imps.hpp: Same.
1134 * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
1135 * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
1136 * include/ext/pb_ds/detail/gp_hash_table_map_/
1137 find_store_hash_fn_imps.hpp: Same.
1138 * include/ext/pb_ds/detail/gp_hash_table_map_/
1139 debug_no_store_hash_fn_imps.hpp: Same.
1140 * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
1141 * include/ext/pb_ds/detail/gp_hash_table_map_/
1142 constructor_destructor_fn_imps.hpp: Same.
1143 * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
1144 * include/ext/pb_ds/detail/gp_hash_table_map_/
1145 debug_store_hash_fn_imps.hpp: Same.
1146 * include/ext/pb_ds/detail/gp_hash_table_map_/
1147 erase_no_store_hash_fn_imps.hpp: Same.
1148 * include/ext/pb_ds/detail/gp_hash_table_map_/
1149 resize_no_store_hash_fn_imps.hpp: Same.
1150 * include/ext/pb_ds/detail/gp_hash_table_map_/
1151 standard_policies.hpp: Same.
1152 * include/ext/pb_ds/detail/standard_policies.hpp: Same.
1153 * include/ext/pb_ds/detail/types_traits.hpp: Same.
1154 * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
1155 * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
1156 * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
1157 * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
1158 * include/ext/pb_ds/detail/binary_heap_/
1159 constructors_destructor_fn_imps.hpp: Same.
1160 * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
1161 * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
1162 * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
1163 * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
1164 * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
1165 * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
1166 * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
1167 * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
1168 * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
1169 * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
1170 * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
1171 * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
1172 * include/ext/pb_ds/detail/tree_policy/
1173 sample_tree_node_update.hpp: Same.
1174 * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
1175 * include/ext/pb_ds/detail/trie_policy/
1176 sample_trie_node_update.hpp: Same.
1177 * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
1178 * include/ext/pb_ds/detail/trie_policy/
1179 prefix_search_node_update_imp.hpp: Same.
1180 * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
1181 * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
1182 * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
1183 Adjust for template parameter change, fold into
1184 container_base_dispatch.
1185 * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
1186 * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
1187 * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
1188 * include/ext/pb_ds/detail/pairing_heap_/
1189 constructors_destructor_fn_imps.hpp: Same.
1190 * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
1191 * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
1192 * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
1193 * include/ext/pb_ds/detail/binomial_heap_/
1194 constructors_destructor_fn_imps.hpp: Same.
1195 * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
1196 * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
1197 * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
1198 * include/ext/pb_ds/detail/type_utils.hpp: Same.
1199 * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
1200 * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
1201 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1202 policy_access_fn_imps.hpp: Same.
1203 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1204 left_child_next_sibling_heap_.hpp: Same.
1205 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1206 const_iterator.hpp: Same.
1207 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1208 insert_fn_imps.hpp: Same.
1209 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1210 constructors_destructor_fn_imps.hpp: Same.
1211 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1212 debug_fn_imps.hpp: Same.
1213 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1214 node.hpp: Same.
1215 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1216 info_fn_imps.hpp: Same.
1217 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1218 iterators_fn_imps.hpp: Same.
1219 * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
1220 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
1221 * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
1222 * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
1223 * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
1224 * include/ext/pb_ds/detail/thin_heap_/
1225 constructors_destructor_fn_imps.hpp: Same.
1226 * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
1227 * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
1228 * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
1229 * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
1230 * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
1231 * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
1232 * include/ext/pb_ds/detail/ov_tree_map_/
1233 constructors_destructor_fn_imps.hpp: Same.
1234 * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
1235 * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
1236 * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
1237 * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
1238 * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
1239 * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
1240 * include/ext/pb_ds/detail/debug_map_base.hpp: Same.
1241 * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
1242 * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
1243 * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
1244 * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
1245 * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
1246 * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
1247 * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
1248 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
1249 * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
1250 * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
1251 * include/ext/pb_ds/detail/splay_tree_/
1252 constructors_destructor_fn_imps.hpp: Same.
1253 * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
1254 * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
1255 * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
1256 * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
1257 * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
1258 * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
1259 * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
1260 * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
1261 * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
1262 * include/ext/pb_ds/detail/list_update_map_/
1263 entry_metadata_base.hpp: Same.
1264 * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
1265 * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
1266 * include/ext/pb_ds/detail/list_update_map_/
1267 constructor_destructor_fn_imps.hpp: Same.
1268 * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
1269 * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
1270 * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
1271 * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
1272 * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
1273 * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
1274 * include/ext/pb_ds/detail/rc_binomial_heap_/
1275 rc_binomial_heap_.hpp: Same.
1276 * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
1277 * include/ext/pb_ds/detail/rc_binomial_heap_/
1278 constructors_destructor_fn_imps.hpp: Same.
1279 * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
1280 * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
1281 * include/ext/pb_ds/detail/rc_binomial_heap_/
1282 split_join_fn_imps.hpp: Same.
1283 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
1284 * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
1285 * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
1286 * include/ext/pb_ds/detail/rb_tree_map_/
1287 constructors_destructor_fn_imps.hpp: Same.
1288 * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
1289 * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
1290 * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
1291 * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
1292 * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
1293 * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
1294
1295
1296 Documentation changes.
1297 * include/ext/pb_ds/*: Add doxygen markup.
1298 * doc/doxygen/user.cfg.in: Add details for extracting comments
1299 from pb_ds.
1300 * scripts/run_doxygen: Fixup __gnu_pb_ds::detail.
1301 * scripts/make_graph.py: Move to svg output. Re-format generated tables.
1302
1303 * doc/Makefile.am (stamp-html-copy): New rule.
1304 (stamp-html): Use it to copy non-generated files into html docs.
1305 * doc/Makefile.in: Regenerated.
1306
1307 * doc/html/ext/pb_ds/sample_trie_e_access_traits.html: Move...
1308 * doc/html/ext/pb_ds/trie_string_access_traits.html: ...here.
1309 * doc/html/ext/pb_ds/string_trie_e_access_traits.html: Move..
1310 * doc/html/ext/pb_ds/sample_trie_access_traits.html: ...here.
1311
1312 * doc/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png,
1313 hash_random_int_erase_mem_usage_test_local.png,
1314 multimap_text_insert_mem_usage_test_small_s2p_hash_local.png,
1315 tree_text_insert_timing_test_pat_trie_local.png ,
1316 multimap_text_insert_mem_usage_test_small_s2p_tree_local.png ,
1317 priority_queue_text_modify_down_timing_test_local.png,
1318 gp_hash_random_int_subscript_timing_test_find_local.png,
1319 text_find_timing_test_hash_local.png,
1320 multimap_text_insert_timing_test_small_s2p_hash_local.png,
1321 multimap_text_insert_timing_test_small_s2p_tree_local.png,
1322 multimap_text_insert_mem_usage_test_large_s2p_hash_local.png,
1323 multimap_text_insert_mem_usage_test_large_s2p_tree_local.png,
1324 multimap_text_insert_timing_test_large_s2p_hash_local.png,
1325 hash_zlob_random_int_find_timing_test_local.png,
1326 multimap_text_insert_timing_test_large_s2p_tree_local.png,
1327 binary_priority_queue_random_int_push_timing_test_local.png,
1328 priority_queue_text_pop_mem_usage_test_local.png,
1329 priority_queue_text_modify_down_timing_test_pairing_thin_local.png,
1330 tree_split_join_timing_test_local.png,
1331 multimap_text_find_timing_test_small_s2p_hash_local.png,
1332 ccgp_hash_random_int_subscript_timing_test_insert_local.png,
1333 priority_queue_random_int_push_pop_timing_test_local.png,
1334 multimap_text_find_timing_test_small_s2p_tree_local.png,
1335 gp_hash_random_int_subscript_timing_test_insert_local.png,
1336 priority_queue_text_push_timing_test_local.png,
1337 cc_hash_random_int_subscript_timing_test_find_local.png,
1338 tree_text_insert_timing_test_vector_tree_local.png,
1339 multimap_text_find_timing_test_large_s2p_hash_local.png,
1340 pairing_priority_queue_text_push_timing_test_local.png,
1341 tree_order_statistics_timing_test_local.png,
1342 priority_queue_text_push_pop_timing_test_local.png,
1343 text_find_timing_test_tree_like_local.png,
1344 multimap_text_find_timing_test_large_s2p_tree_local.png,
1345 priority_queue_text_modify_up_timing_test_pairing_thin_local.png,
1346 cc_hash_random_int_subscript_timing_test_insert_local.png,
1347 priority_queue_text_modify_up_timing_test_local.png,
1348 random_int_find_find_timing_test_tree_local.png,
1349 priority_queue_random_int_push_timing_test_local.png,
1350 tree_text_insert_timing_test_node_tree_local.png,
1351 pairing_priority_queue_text_push_pop_timing_test_local.png,
1352 gp_hash_random_int_find_timing_test_local.png,
1353 cc_hash_random_int_find_timing_test_local.png,
1354 priority_queue_text_join_timing_test_local.png: Update local pngs.
1355
1356
1357 Testsuite changes.
1358 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc: New.
1359 * testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc: New.
1360 * testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc: New.
1361 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc: New.
1362 * testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc: New.
1363 * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc:
1364 New.
1365 * testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc:
1366 New.
1367 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc: New.
1368 * testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc: New.
1369
1370 * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Fix typo.
1371
1372 * testsuite/ext/pb_ds/example/basic_set.cc: Update.
1373 * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
1374 * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
1375 * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
1376 * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
1377 * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
1378 * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
1379 * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc:
1380 Same.
1381 * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
1382 * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
1383 * testsuite/data/make_graph_test_infos.xml: Same.
1384 * testsuite/util/regression/common_type.hpp: Same.
1385 * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
1386 * testsuite/util/regression/trait/assoc/trait.hpp: Same.
1387 * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
1388 * testsuite/util/regression/rand/priority_queue/
1389 rand_regression_test.hpp: Same.
1390 * testsuite/util/regression/rand/priority_queue/
1391 container_rand_regression_test.tcc: Same.
1392 * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
1393 * testsuite/util/regression/rand/assoc/container_rand_regression_test.h
1394 * testsuite/util/regression/rand/assoc/
1395 container_rand_regression_test.tcc: Same.
1396 * testsuite/util/native_type/native_priority_queue.hpp: Same.
1397 * testsuite/util/native_type/native_multimap.hpp: Same.
1398 * testsuite/util/native_type/native_hash_multimap.hpp: Same.
1399 * testsuite/util/native_type/native_set.hpp: Same.
1400 * testsuite/util/native_type/native_map.hpp: Same.
1401 * testsuite/util/native_type/native_hash_set.hpp: Same.
1402 * testsuite/util/native_type/native_hash_map.hpp: Same.
1403 * testsuite/util/testsuite_containers.h
1404 * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
1405 * testsuite/util/common_type/assoc/common_type.hpp: Same.
1406 * testsuite/util/common_type/assoc/string_form.hpp: Same.
1407 * testsuite/util/common_type/assoc/template_policy.hpp: Same.
1408 * testsuite/util/common_type/assoc/detail/
1409 trigger_policy_string_form.hpp: Same.
1410 * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
1411 * testsuite/util/common_type/assoc/detail/
1412 size_policy_string_form.hpp: Same.
1413 * testsuite/util/common_type/assoc/detail/
1414 probe_fn_string_form.hpp: Same.
1415 * testsuite/util/common_type/assoc/detail/
1416 tree_supports_order_statistics.hpp: Same.
1417 * testsuite/util/common_type/assoc/detail/
1418 trie_supports_prefix_search.hpp: Same.
1419 * testsuite/util/common_type/assoc/detail/
1420 list_update_policy_string_form.hpp: Same.
1421 * testsuite/util/common_type/assoc/detail/
1422 trie_supports_order_statistics.hpp: Same.
1423 * testsuite/util/common_type/assoc/native_set.hpp: Same.
1424 * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
1425 * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
1426 * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1427
1428 2011-05-23 Paolo Carlini <paolo.carlini@oracle.com>
1429
1430 * include/bits/streambuf_iterator.h: Use noexcept per the FDIS.
1431 (istreambuf_iterator<>::istreambuf_iterator(const
1432 istreambuf_iterator&), ~istreambuf_iterator()): Add defaulted
1433 in C++0x mode.
1434
1435 2011-05-23 Jason Merrill <jason@redhat.com>
1436
1437 * libsupc++/exception_ptr.h: Fix compilation in C++0x mode.
1438
1439 2011-05-22 Jonathan Wakely <jwakely.gcc@gmail.com>
1440
1441 * testsuite/20_util/bind/cv_quals_2.cc: New.
1442
1443 2011-05-22 Paolo Carlini <paolo.carlini@oracle.com>
1444
1445 PR libstdc++/49058
1446 * include/std/functional (_Bind<_Functor(_Bound_args...)>::
1447 operator()(_Args&&...)): Don't cv qualify _Functor directly
1448 in the default template argument, SFINAE doesn't apply when
1449 the functor has no arguments.
1450 * testsuite/20_util/bind/49058_1.cc: New.
1451 * testsuite/20_util/bind/49058_2.cc: Likewise.
1452
1453 2011-05-21 Paolo Carlini <paolo.carlini@oracle.com>
1454
1455 * include/bits/unique_ptr.h: Use noexcept per the FDIS.
1456
1457 2011-05-20 Paolo Carlini <paolo.carlini@oracle.com>
1458
1459 * testsuite/21_strings/basic_string/requirements/exception/
1460 propagation_consistent.cc: Fix vs POD-ness of value_type.
1461 * testsuite/21_strings/basic_string/requirements/exception/
1462 basic.cc: Likewise.
1463 * testsuite/ext/vstring/requirements/exception/
1464 propagation_consistent.cc: Likewise.
1465 * testsuite/ext/vstring/requirements/exception/basic.cc: Likewise.
1466
1467 2011-05-20 Paolo Carlini <paolo.carlini@oracle.com>
1468
1469 * include/bits/char_traits.h: Use noexcept throughout.
1470 * include/std/typeindex: Likewise.
1471
1472 * include/std/tuple (_Tuple_impl<>_Tuple_impl(_Tuple_impl&&)): Use
1473 noexcept; adjust callers.
1474 * include/bits/stl_pair.h (pair<>::pair(pair<>&&)): Use noexcept.
1475 * testsuite/20_util/tuple/cons/noexcept_move_construct.cc: New.
1476 * testsuite/20_util/pair/cons/noexcept_move_construct.cc: Likewise.
1477 * testsuite/20_util/pair/noexcept_swap.cc: Likewise.
1478 * testsuite/20_util/pair/noexcept_move_assign.cc: Likewise.
1479 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
1480 line numbers.
1481
1482 2011-05-20 Jason Merrill <jason@redhat.com>
1483
1484 * include/ext/pb_ds/assoc_container.hpp: Explicitly qualify calls to
1485 functions from dependent bases.
1486 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Likewise.
1487 * include/ext/pb_ds/detail/rb_tree_map_/
1488 split_join_fn_imps.hpp: Likewise.
1489 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Likewise.
1490 * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Likewise.
1491 * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Likewise.
1492 * include/ext/pb_ds/detail/splay_tree_/
1493 split_join_fn_imps.hpp: Likewise.
1494 * include/ext/pb_ds/detail/tree_policy/
1495 order_statistics_imp.hpp: Likewise.
1496 * include/ext/pb_ds/detail/trie_policy/
1497 prefix_search_node_update_imp.hpp: Likewise.
1498 * include/ext/rc_string_base.h: Likewise.
1499 * include/ext/rope: Likewise.
1500 * include/ext/ropeimpl.h: Likewise.
1501 * testsuite/util/exception/safety.h: Likewise.
1502 * testsuite/util/native_type/native_priority_queue.hpp: Likewise.
1503 * testsuite/util/testsuite_io.h: Likewise.
1504 * include/std/functional: Declare mem_fn earlier.
1505 * include/tr1/functional: Likewise.
1506 * include/tr1/exp_integral.tcc: Declare __expint_E1 earlier.
1507
1508 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
1509
1510 * include/std/tuple (tuple_element<__i, const _Tp>,
1511 tuple_element<__i, volatile _Tp>, tuple_element<__i,
1512 const volatile _Tp>, tuple_size<const _Tp>, tuple_size<volatile _Tp>,
1513 tuple_size<const volatile _Tp>): Add.
1514 * include/std/utility (tuple_size<std::pair<_Tp1, _Tp2>>): Tweak.
1515 * include/std/array (tuple_size<array<_Tp, _Nm>>): Likewise.
1516 * testsuite/20_util/tuple/cv_tuple_size.cc: New.
1517 * testsuite/20_util/tuple/cv_tuple_element.cc: Likewise.
1518 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-warning
1519 line number.
1520
1521 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
1522
1523 * include/std/tuple (tuple<>::operator=(tuple&&)): Specify as
1524 noexcept.
1525 (__get_helper): Likewise.
1526 (_Head_base<>::_M_head, _Tuple_impl<>::_M_head, _M_tail): Likewise.
1527 * include/bits/move.h (swap): Likewise.
1528 * include/bits/algorithmfwd.h (swap): Adjust.
1529 * include/bits/stl_pair.h (pair<>::operator=(pair&&)): Spec noexcept.
1530 * testsuite/util/testsuite_allocator.h (uneq_allocator): In C++0x
1531 mode, prefer delete to access control to make the type not copy
1532 assignable.
1533 * testsuite/util/testsuite_tr1.h: Add test classes.
1534 * testsuite/20_util/tuple/noexcept_swap.cc: New.
1535 * testsuite/20_util/tuple/noexcept_move_assign.cc: Likewise.
1536 * testsuite/25_algorithms/reverse/moveable.cc: Likewise, prefer
1537 delete to access control.
1538 * testsuite/25_algorithms/swap_ranges/moveable.cc: Likewise.
1539 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
1540 line numbers.
1541
1542 2011-05-19 Daniel Krugler <daniel.kruegler@googlemail.com>
1543
1544 * testsuite/util/testsuite_tr1.h: Add test classes.
1545 * testsuite/20_util/is_nothrow_assignable/value.cc: Add.
1546
1547 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
1548
1549 * include/std/type_traits (is_assignable, is_copy_assignable,
1550 is_move_assignable, is_nothrow_assignable, is_nothrow_copy_assignable,
1551 is_nothrow_move_assignable): Add; minor tweaks elsewhere.
1552 (has_nothrow_copy_assign): Remove.
1553 * testsuite/util/testsuite_tr1.h: Add test classes.
1554 * testsuite/20_util/is_assignable/requirements/typedefs.cc: Add.
1555 * testsuite/20_util/is_assignable/requirements/
1556 explicit_instantiation.cc: Likewise.
1557 * testsuite/20_util/is_nothrow_assignable/value.cc: Likewise.
1558 * testsuite/20_util/is_nothrow_assignable/requirements/typedefs.cc:
1559 Likewise.
1560 * testsuite/20_util/is_nothrow_assignable/requirements/
1561 explicit_instantiation.cc: Likewise.
1562 * testsuite/20_util/is_move_assignable/value.cc: Likewise.
1563 * testsuite/20_util/is_move_assignable/requirements/typedefs.cc:
1564 Likewise.
1565 * testsuite/20_util/is_move_assignable/requirements/
1566 explicit_instantiation.cc: Likewise.
1567 * testsuite/20_util/is_copy_assignable/value.cc: Likewise.
1568 * testsuite/20_util/is_copy_assignable/requirements/typedefs.cc:
1569 Likewise.
1570 * testsuite/20_util/is_copy_assignable/requirements/
1571 explicit_instantiation.cc: Likewise.
1572 * testsuite/20_util/is_nothrow_move_assignable/value.cc: Likewise.
1573 * testsuite/20_util/is_nothrow_move_assignable/requirements/
1574 typedefs.cc: Likewise.
1575 * testsuite/20_util/is_nothrow_move_assignable/requirements/
1576 explicit_instantiation.cc: Likewise.
1577 * testsuite/20_util/is_nothrow_copy_assignable/value.cc: Likewise.
1578 * testsuite/20_util/is_nothrow_copy_assignable/requirements/
1579 typedefs.cc: Likewise.
1580 * testsuite/20_util/is_nothrow_copy_assignable/requirements/
1581 explicit_instantiation.cc: Likewise.
1582 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
1583 dg-error line numbers.
1584 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1585 Likewise.
1586 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1587
1588 2011-05-18 Jonathan Wakely <jwakely.gcc@gmail.com>
1589
1590 * include/bits/shared_ptr_base.h: Use noexcept. Define special member
1591 functions as defaulted/deleted.
1592 * include/bits/shared_ptr.h: Use noexcept.
1593 * 20_util/shared_ptr/cons/43820_neg.cc: Adjust dg-error line numbers.
1594 * 20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.
1595
1596 2011-05-18 Jonathan Wakely <jwakely.gcc@gmail.com>
1597
1598 * doc/xml/manual/bitmap_allocator.xml: Fix typos.
1599
1600 2011-05-18 Paolo Carlini <paolo.carlini@oracle.com>
1601
1602 * libsupc++/initializer_list: Use noexcept specifier.
1603 (initializer_list<>::size, begin, end): Qualify as const.
1604 * include/bits/move.h (__addressof, forward, move, addressof): Specify
1605 as noexcept.
1606 * include/std/bitset: Use noexcept specifier throughout.
1607 * include/debug/bitset: Update.
1608 * include/profile/bitset: Likewise.
1609
1610 2011-05-17 Paolo Carlini <paolo.carlini@oracle.com>
1611
1612 * include/std/tuple: Use noexcept where appropriate.
1613 (tuple<>::swap): Rework implementation.
1614 (_Head_base<>::_M_swap_impl): Remove.
1615 (get(std::tuple<>&&)): Add.
1616 * testsuite/20_util/tuple/element_access/get2.cc: New.
1617 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error
1618 line number.
1619
1620 2011-05-16 Paolo Carlini <paolo.carlini@oracle.com>
1621
1622 * include/std/utility: Simplify the last commit, the whole
1623 std::get code is C++0x only.
1624
1625 2011-05-16 Paolo Carlini <paolo.carlini@oracle.com>
1626
1627 * include/std/utility (get(std::pair<>&&)): Add.
1628 * include/bits/stl_pair.h (pair::swap(pair&),
1629 swap(pair<>&, pair<>&)): Use noexcept.
1630 * include/bits/random.h (discard_block_engine<>::base,
1631 independent_bits_engine<>::base, shuffle_order_engine<>::base,
1632 random_device::entropy): Use noexcept.
1633 * include/std/array: Use noexcept where appropriate.
1634 (get(array<>&&)): Add.
1635 * testsuite/23_containers/array/requirements/get.cc: New.
1636 * testsuite/20_util/pair/get.cc: Likewise.
1637 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-error
1638 line number.
1639
1640 2011-05-15 Paolo Carlini <paolo.carlini@oracle.com>
1641
1642 * include/bits/c++config (_GLIBCXX_NOEXCEPT, _GLIBCXX_USE_NOEXCEPT):
1643 Add.
1644 * include/std/limits: Use the latter everywhere.
1645 (numeric_limits<char16_t>, numeric_limits<char32_t>): Simplify
1646 macro usages, the specializations exist only in C++0x mode.
1647 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error
1648 line number.
1649
1650 2011-05-11 Paolo Carlini <paolo.carlini@oracle.com>
1651
1652 * testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc: Use
1653 dg-require-cmath.
1654 * testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc: Likewise.
1655
1656 2011-05-11 François Dumont <francois.cppdevs@free.fr>
1657
1658 * include/ext/pb_ds/detail/resize_policy/
1659 hash_load_check_resize_trigger_imp.hpp (assert_valid): Replace
1660 _GLIBCXX_DEBUG_ASSERT calls with PB_DS_DEBUG_VERIFY.
1661 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp,
1662 find_fn_imps.hpp, insert_fn_imps.hpp, binomial_heap_base_.hpp,
1663 constructors_destructor_fn_imps.hpp, split_join_fn_imps.hpp
1664 (PB_DS_ASSERT_VALID): Rename in PB_DS_ASSERT_VALID_COND.
1665 * include/ext/pb_ds/detail/debug_map_base.hpp,
1666 splay_tree_/splay_tree_.hpp, ov_tree_map_/ov_tree_map_.hpp,
1667 cc_hash_table_map_/cc_ht_map_.hpp, pat_trie_/pat_trie_.hpp,
1668 leaf.hpp, internal_node.hpp, gp_hash_table_map_/gp_ht_map_.hpp,
1669 bin_search_tree_/bin_search_tree_.hpp, list_update_map_/lu_map_.hpp,
1670 rb_tree_map_/rb_tree_.hpp (PB_DS_ASSERT_VALID, PB_DS_DEBUG_VERIFY,
1671 PB_DS_CHECK_KEY_EXISTS, PB_DS_CHECK_KEY_DOES_NOT_EXIST): Duplicate
1672 macro definitions move...
1673 * include/ext/pb_ds/detail/container_base_dispatch.hpp: ... here...
1674 * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: ... and here.
1675 * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp,
1676 resize_policy.hpp, pairing_heap_/pairing_heap_.hpp,
1677 left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp,
1678 binomial_heap_/binomial_heap_.hpp, thin_heap_/thin_heap_.hpp,
1679 rc_binomial_heap_/rc_binomial_heap_.hpp, rc.hpp (PB_DS_ASSERT_VALID,
1680 PB_DS_DEBUG_VERIFY): Duplicate macro definitions move...
1681 * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:
1682 ...here.
1683
1684 2011-05-09 Paolo Carlini <paolo.carlini@oracle.com>
1685
1686 PR libstdc++/48933
1687 * include/c_global/cmath (acosh, asinh, atanh, cbrt, copysign,
1688 erf, erfc, exp2, expm1, fdim, fma, fmax, hypot, ilogb, lgamma,
1689 llrint, llround, log1p, log2, logb, lrint, lround, nearbyint,
1690 nextafter, nexttoward, remainder, remquo, rint, round, scalbln,
1691 scalbn, tgamma, trunc): Use __enable_if on the return type.
1692 * include/tr1/cmath: Likewise.
1693 * testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc: New.
1694 * testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc: Likewise.
1695
1696 2011-05-07 François Dumont <francois.cppdevs@free.fr>
1697
1698 * include/debug/macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New.
1699 (_GLICXX_DEBUG_VERIFY): Use latter.
1700 * include/ext/pb_ds/detail/resize_policy/
1701 hash_load_check_resize_trigger_imp.hpp: Emit assertion on the line
1702 containing the original assert call.
1703 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp,
1704 find_fn_imps.hpp, insert_fn_imps.hpp, binomial_heap_base_.hpp,
1705 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1706 split_join_fn_imps.hpp: Likewise.
1707 * include/ext/pb_ds/detail/cc_hash_table_map_/
1708 erase_store_hash_fn_imps.hpp, insert_no_store_hash_fn_imps.hpp,
1709 find_fn_imps.hpp, insert_store_hash_fn_imps.hpp, debug_fn_imps.hpp,
1710 debug_no_store_hash_fn_imps.hpp, cc_ht_map_.hpp, resize_fn_imps.hpp,
1711 constructor_destructor_fn_imps.hpp, debug_store_hash_fn_imps.hpp,
1712 erase_no_store_hash_fn_imps.hpp: Likewise.
1713 * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp,
1714 insert_join_fn_imps.hpp, pat_trie_/head.hpp, debug_fn_imps.hpp,
1715 constructors_destructor_fn_imps.hpp, pat_trie_.hpp, split_fn_imps.hpp,
1716 leaf.hpp, erase_fn_imps.hpp, node_base.hpp, internal_node.hpp:
1717 Likewise.
1718 * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp,
1719 r_erase_fn_imps.hpp, constructors_destructor_fn_imps.hpp,
1720 debug_fn_imps.hpp, rotate_fn_imps.hpp, erase_fn_imps.hpp,
1721 bin_search_tree_.hpp, insert_fn_imps.hpp, split_join_fn_imps.hpp:
1722 Likewise.
1723 * include/ext/pb_ds/detail/gp_hash_table_map_/
1724 erase_store_hash_fn_imps.hpp, insert_no_store_hash_fn_imps.hpp,
1725 find_fn_imps.hpp, gp_ht_map_.hpp, insert_store_hash_fn_imps.hpp,
1726 debug_fn_imps.hpp, erase_fn_imps.hpp, debug_no_store_hash_fn_imps.hpp,
1727 resize_fn_imps.hpp, constructor_destructor_fn_imps.hpp,
1728 debug_store_hash_fn_imps.hpp, erase_no_store_hash_fn_imps.hpp:
1729 Likewise.
1730 * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp,
1731 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1732 erase_fn_imps.hpp, insert_fn_imps.hpp, binary_heap_.hpp,
1733 resize_policy.hpp, split_join_fn_imps.hpp: Likewise.
1734 * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp,
1735 find_fn_imps.hpp, insert_fn_imps.hpp,
1736 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1737 pairing_heap_.hpp, split_join_fn_imps.hpp: Likewise.
1738 * include/ext/pb_ds/detail/binomial_heap_/
1739 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1740 binomial_heap_.hpp: Likewise.
1741 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1742 erase_fn_imps.hpp, left_child_next_sibling_heap_.hpp,
1743 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp: Likewise.
1744 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp,
1745 find_fn_imps.hpp, thin_heap_.hpp, insert_fn_imps.hpp,
1746 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1747 split_join_fn_imps.hpp: Likewise.
1748 * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp,
1749 ov_tree_map_.hpp, constructors_destructor_fn_imps.hpp,
1750 debug_fn_imps.hpp, split_join_fn_imps.hpp, info_fn_imps.hpp: Likewise.
1751 * include/ext/pb_ds/detail/debug_map_base.hpp: Likewise.
1752 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp,
1753 find_fn_imps.hpp, insert_fn_imps.hpp,
1754 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1755 splay_fn_imps.hpp, split_join_fn_imps.hpp, splay_tree_.hpp: Likewise.
1756 * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp,
1757 find_fn_imps.hpp, lu_map_.hpp, constructor_destructor_fn_imps.hpp,
1758 insert_fn_imps.hpp, debug_fn_imps.hpp: Likewise.
1759 * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp,
1760 rc_binomial_heap_.hpp, insert_fn_imps.hpp,
1761 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp, rc.hpp,
1762 split_join_fn_imps.hpp: Likewise.
1763 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp,
1764 insert_fn_imps.hpp, constructors_destructor_fn_imps.hpp,
1765 debug_fn_imps.hpp, rb_tree_.hpp, split_join_fn_imps.hpp: Likewise.
1766 * include/ext/pb_ds/hash_policy.hpp: Likewise.
1767
1768 2011-05-06 Paolo Carlini <paolo.carlini@oracle.com>
1769
1770 * testsuite/22_locale/messages_byname/named_equivalence.cc: Fix.
1771
1772 2011-05-04 Marc Glisse <marc.glisse@normalesup.org>
1773
1774 PR libstdc++/47913 (again)
1775 * include/std/ratio (ratio_add, ratio_less): Rewrite.
1776 * testsuite/20_util/ratio/operations/47913.cc: Extend.
1777 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust dg-error
1778 line numbers.
1779 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
1780
1781 2011-05-03 Paolo Carlini <paolo.carlini@oracle.com>
1782
1783 PR libstdc++/48848
1784 * include/std/valarray (valarray<>::valarray(valarray&&),
1785 valarray<>::operator=(valarray&&), valarray<>::swap): Add.
1786 * doc/xml/manual/status_cxx200x.xml: Update.
1787 * testsuite/26_numerics/valarray/moveable.cc: New.
1788 * testsuite/26_numerics/valarray/swap.cc: Likewise.
1789
1790 2011-05-03 Paolo Carlini <paolo.carlini@oracle.com>
1791
1792 PR libstdc++/48750
1793 * include/parallel/multiway_merge.h: Run _ValueType destructors.
1794 * include/parallel/multiway_mergesort.h: Likewise.
1795 * include/parallel/quicksort.h: Likewise.
1796 * include/parallel/random_shuffle.h: Likewise.
1797 * include/parallel/partial_sum.h: Likewise.
1798 * include/parallel/losertree.h: Run destructors; minor tweaks.
1799 * include/parallel/par_loop.h: Run destructors, fix memory
1800 allocations and deallocations.
1801 * testsuite/26_numerics/accumulate/48750.cc: New.
1802
1803 * testsuite/ext/profile/mutex_extensions_neg.cc: Do not run in
1804 parallel-mode to avoid spurious multiple errors.
1805
1806 2011-05-03 Jonathan Wakely <jwakely.gcc@gmail.com>
1807
1808 * include/std/functional (bind): Remove from overload set when first
1809 argument type might be a socket file descriptor.
1810 * testsuite/20_util/bind/socket.cc: New.
1811
1812 2011-05-03 Jonathan Wakely <jwakely.gcc@gmail.com>
1813
1814 PR libstdc++/48848
1815 * doc/xml/manual/status_cxx200x.xml: Update valarray status.
1816 * doc/html/*: Regenerate.
1817
1818 2011-05-02 Ollie Wild <aaw@google.com>
1819
1820 * include/ext/sso_string_base.h (__sso_string_base<>::_M_construct):
1821 Fix unqualified lookup.
1822 (__sso_string_base<>::_M_assign): Likewise.
1823 (__sso_string_base<>::_M_reserve): Likewise.
1824 (__sso_string_base<>::_M_mutate): Likewise.
1825 (__sso_string_base<>::_M_erase): Likewise.
1826 * include/ext/vstring.h (__versa_string<>::replace): Likewise.
1827 (__versa_string<>::compare): Likewise.
1828 * include/ext/vstring.tcc (__versa_string<>::compare): Likewise.
1829
1830 2011-05-02 Jonathan Wakely <jwakely.gcc@gmail.com>
1831
1832 * doc/xml/manual/status_cxx200x.xml: Update to reflect current status
1833 and FDIS content.
1834 * doc/xml/manual/documentation_hacking.xml: Fix typo.
1835 * doc/html/*: Regenerate.
1836
1837 2011-04-30 Daniel Krugler <daniel.kruegler@googlemail.com>
1838
1839 * include/std/type_traits (__is_default_constructible_atom,
1840 __is_default_constructible_safe<, true>,
1841 __is_direct_constructible_new_safe,
1842 __is_base_to_derived_ref<,, true>, __is_lvalue_to_rvalue_ref<,, true>,
1843 __is_direct_constructible_ref_cast, __is_direct_constructible,
1844 __is_nary_constructible): Simplify; add comments throughout.
1845
1846 2011-04-30 Paolo Carlini <paolo.carlini@oracle.com>
1847
1848 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
1849 Adjust dg-error line numbers.
1850 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1851 Likewise.
1852 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1853
1854 2011-04-30 Doug Kwan <dougkwan@google.com>
1855
1856 * include/Makefile.am (install-freestanding-headers): Also install
1857 cxxabi_tweaks.h.
1858 * include/Makefile.in: Regenerate.
1859
1860 2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
1861
1862 PR libstdc++/48760
1863 * include/std/complex (complex<float>::complex(float, float),
1864 complex<double>::complex(double, double),
1865 complex<long double>::complex(long double, long double)): Use
1866 list-initialization in C++0x mode, initialize in the body in
1867 C++03 mode.
1868 * testsuite/26_numerics/complex/cons/48760.cc: New.
1869 * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
1870
1871 2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
1872
1873 * include/std/bitset (_Base_bitset(unsigned long long)): Minor
1874 tweak, remove redundant round braces.
1875
1876 2011-04-27 Paolo Carlini <paolo.carlini@oracle.com>
1877
1878 * include/bits/move.h (move_if_noexcept): Add.
1879 * testsuite/20_util/move_if_noexcept/requirements/
1880 explicit_instantiation.cc: New.
1881 * testsuite/20_util/move_if_noexcept/1.cc: Likewise.
1882
1883 2011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
1884
1885 * include/std/type_traits (struct underlying_type): Add.
1886 * testsuite/20_util/underlying_type/requirements/typedefs-1.cc: New.
1887 * testsuite/20_util/underlying_type/requirements/typedefs-2.cc:
1888 Likewise.
1889 * testsuite/20_util/underlying_type/requirements/
1890 explicit_instantiation.cc: Likewise.
1891 * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
1892 line number.
1893
1894 2011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
1895
1896 * include/parallel/multiway_merge.h: Uglify equally_split
1897 and equally_split_point throughout.
1898 * include/parallel/par_loop.h: Likewise.
1899 * include/parallel/equally_split.h: Likewise.
1900 * include/parallel/set_operations.h: Likewise.
1901 * include/parallel/unique_copy.h: Likewise.
1902 * include/parallel/multiway_mergesort.h: Likewise.
1903 * include/parallel/search.h: Likewise.
1904 * include/parallel/partial_sum.h: Likewise.
1905 * include/parallel/find.h: Likewise.
1906
1907 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
1908
1909 * doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
1910 documentation. Expand link text.
1911
1912 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
1913
1914 * libsupc++/cxxabi.h: Adjust link to FAQ entry.
1915
1916 2011-04-22 François Dumont <francois.cppdevs@free.fr>
1917
1918 * testsuite/lib/libstdc++.exp (check_v3_target_time): Discard
1919 unused compilation result thanks to /dev/null.
1920 * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode,
1921 check_v3_target_profile_mode, check_v3_target_normal_mode,
1922 check_v3_target_cstdint, check_v3_target_cmath,
1923 check_v3_target_atomic_builtins, check_v3_target_gthreads,
1924 check_v3_target_nanosleep, check_v3_target_sched_yield,
1925 check_v3_target_string_conversions, check_v3_target_swprintf,
1926 check_v3_target_binary_io): Use simple preprocessing rather than
1927 compilation. Discard unused preprocessing result thanks to /dev/null.
1928
1929 2011-04-20 Jim Meyering <meyering@redhat.com>
1930
1931 * libsupc++/del_opnt.cc (operator delete): Remove useless
1932 if-before-free.
1933
1934 2011-04-19 Jonathan Wakely <jwakely.gcc@gmail.com>
1935
1936 PR libstdc++/48521
1937 * include/std/type_traits (result_of): Handle pointer to member.
1938 * include/std/functional (__invoke): Likewise.
1939 (_Function_to_function_pointer): Remove.
1940 (_Reference_wrapper_base): Provide nested types independent of
1941 unary_function and binary_function.
1942 (reference_wrapper::operator()): DR 2017.
1943 (ref(const A&&), cref(const A&&): Define as deleted.
1944 * include/std/future (async): Simplify SFINAE and use result_of to
1945 support pointer to member.
1946 * testsuite/20_util/reference_wrapper/invoke.cc: Test pointer to
1947 member.
1948 * testsuite/20_util/reference_wrapper/24803.cc: Likewise.
1949 * testsuite/20_util/reference_wrapper/typedefs.cc: Test for types
1950 instead of derivation from unary_function and binary_function.
1951 * testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
1952 * testsuite/20_util/reference_wrapper/invoke-2.cc: New.
1953 * testsuite/20_util/reference_wrapper/ref_neg.c: New.
1954 * testsuite/20_util/reference_wrapper/typedefs-3.c: New.
1955
1956 2011-04-19 Hans-Peter Nilsson <hp@axis.com>
1957
1958 PR testsuite/48675
1959 * testsuite/20_util/hash/chi2_quality.cc (test_document_words): Stub
1960 this part if SAMPLES < 100000.
1961
1962 2011-04-18 Paolo Carlini <paolo.carlini@oracle.com>
1963
1964 * include/std/type_traits (is_nothrow_default_constructible,
1965 is_nothrow_copy_constructible, is_nothrow_move_constructible,
1966 is_copy_constructible, is_move_constructible): Add.
1967 (has_nothrow_default_constructor, has_nothrow_copy_constructor):
1968 Remove.
1969 (is_nothrow_constructible): Adjust.
1970
1971 * testsuite/util/testsuite_tr1.h (ThrowDefaultClass,
1972 ThrowCopyConsClass, ThrowMoveConsClass, NoexceptDefaultClass,
1973 ExceptDefaultClass, NoexceptCopyConsClass, ExceptCopyConsClass,
1974 NoexceptMoveConsClass, ExceptMoveConsClass): Add in C++0x mode.
1975
1976 * testsuite/20_util/has_nothrow_default_constructor: Remove.
1977 * testsuite/20_util/has_nothrow_copy_constructor: Likewise.
1978
1979 * testsuite/20_util/is_nothrow_move_constructible/value.cc: Likewise.
1980 * testsuite/20_util/is_nothrow_move_constructible/requirements/
1981 typedefs.cc: Likewise.
1982 * testsuite/20_util/is_nothrow_move_constructible/requirements/
1983 explicit_instantiation.cc: Likewise.
1984 * testsuite/20_util/is_nothrow_copy_constructible/value.cc: Likewise.
1985 * testsuite/20_util/is_nothrow_copy_constructible/requirements/
1986 typedefs.cc: Likewise.
1987 * testsuite/20_util/is_nothrow_copy_constructible/requirements/
1988 explicit_instantiation.cc: Likewise.
1989 * testsuite/20_util/is_nothrow_default_constructible/value.cc:
1990 Likewise.
1991 * testsuite/20_util/is_nothrow_default_constructible/requirements/
1992 typedefs.cc: Likewise.
1993 * testsuite/20_util/is_nothrow_default_constructible/requirements/
1994 explicit_instantiation.cc: Likewise.
1995 * testsuite/20_util/is_move_constructible/value.cc: Likewise.
1996 * testsuite/20_util/is_move_constructible/requirements/typedefs.cc:
1997 Likewise.
1998 * testsuite/20_util/is_move_constructible/requirements/
1999 explicit_instantiation.cc: Likewise.
2000 * testsuite/20_util/is_copy_constructible/value.cc: Likewise.
2001 * testsuite/20_util/is_copy_constructible/requirements/typedefs.cc:
2002 Likewise.
2003 * testsuite/20_util/is_copy_constructible/requirements/
2004 explicit_instantiation.cc: Likewise.
2005
2006 * testsuite/20_util/is_default_constructible/value.cc: Add tests.
2007 * testsuite/20_util/is_nothrow_constructible/value.cc: Likewise.
2008
2009 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
2010 Adjust dg-error line numbers.
2011 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
2012 Likewise.
2013 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
2014
2015 2011-04-17 Paolo Carlini <paolo.carlini@oracle.com>
2016
2017 * testsuite/25_algorithms/partition/moveable.cc: Actually run
2018 it in parallel-mode for check-parallel.
2019
2020 2011-04-17 Daniel Krugler <daniel.kruegler@googlemail.com>
2021 Paolo Carlini <paolo.carlini@oracle.com>
2022
2023 PR libstdc++/48635 (again)
2024 * include/bits/unique_ptr.h (unique_ptr<>::unique_ptr(unique_ptr<>&&),
2025 unique_ptr<_Tp[]>::unique_ptr(unique_ptr<>&&),
2026 unique_ptr<>::operator=(unique_ptr<>&&),
2027 unique_ptr<_Tp[]>::operator=(unique_ptr<>&&)): Use forward<_Ep>, not
2028 forward<_Dp>, to forward the deleter.
2029 * testsuite/20_util/unique_ptr/assign/48635_neg.cc: New.
2030
2031 2011-04-15 Daniel Krugler <daniel.kruegler@googlemail.com>
2032 Paolo Carlini <paolo.carlini@oracle.com>
2033
2034 PR libstdc++/48631
2035 * include/bits/unique_ptr.h (default_delete<_Tp[]>): Add deleted
2036 function call operator.
2037 * testsuite/20_util/default_delete/48631_neg.cc: New.
2038 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error
2039 line numbers.
2040
2041 2011-04-15 Daniel Krugler <daniel.kruegler@googlemail.com>
2042 Paolo Carlini <paolo.carlini@oracle.com>
2043
2044 PR libstdc++/48635
2045 * include/bits/unique_ptr.h (unique_ptr<>::operator=(unique_ptr&&),
2046 unique_ptr<>::operator=(unique_ptr<>&&),
2047 unique_ptr<_Tp[],>::operator=(unique_ptr&&),
2048 unique_ptr<_Tp[],>::operator=(unique_ptr<>&&)): Forward the deleter
2049 instead of moving it.
2050 * testsuite/20_util/unique_ptr/assign/48635.cc: New.
2051
2052 2011-04-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2053
2054 * scripts/extract_symvers.pl: Handle NOTY.
2055
2056 2011-04-15 Paolo Carlini <paolo.carlini@oracle.com>
2057
2058 * include/std/istream: Fix comments in the light of DR60 + N3168.
2059
2060 2011-04-13 Daniel Krugler <daniel.kruegler@googlemail.com>
2061 Paolo Carlini <paolo.carlini@oracle.com>
2062
2063 PR libstdc++/48526
2064 * include/std/type_traits (struct is_constructible): Re-implement,
2065 according to n3290.
2066 (struct is_default_constructible): Add.
2067 (struct is_destructible): Likewise.
2068 (struct __and_, __or_, __not_): Add and use throughout; reorder some
2069 facilities, other minor tweaks.
2070 * testsuite/util/testsuite_tr1.h: Add test types.
2071 * testsuite/20_util/is_constructible/value-2.cc: New.
2072 * testsuite/20_util/is_default_constructible/value.cc: Likewise.
2073 * testsuite/20_util/is_default_constructible/requirements/typedefs.cc:
2074 Likewise.
2075 * testsuite/20_util/is_default_constructible/requirements/
2076 explicit_instantiation.cc: Likewise.
2077 * testsuite/20_util/is_destructible/value.cc: Likewise.
2078 * testsuite/20_util/is_destructible/requirements/typedefs.cc:
2079 Likewise.
2080 * testsuite/20_util/is_destructible/requirements/
2081 explicit_instantiation.cc: Likewise.
2082 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
2083 dg-error line numbers.
2084 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
2085 Likewise.
2086 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
2087 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
2088
2089 2011-04-13 Paolo Carlini <paolo.carlini@oracle.com>
2090
2091 * testsuite/20_util/is_function/value.cc: Add, adapted from the tr
2092 testsuite.
2093 * testsuite/20_util/is_function/requirements/typedefs.cc: Likewise.
2094 * testsuite/20_util/is_function/requirements/
2095 explicit_instantiation.cc: Likewise.
2096 * testsuite/20_util/is_function/24808.cc: Likewise.
2097 * testsuite/20_util/is_function/35637.cc: Likewise.
2098 * testsuite/20_util/is_object/value.cc: Likewise.
2099 * testsuite/20_util/is_object/requirements/typedefs.cc: Likewise.
2100 * testsuite/20_util/is_object/requirements/explicit_instantiation.cc:
2101 : Likewise.
2102 * testsuite/20_util/is_object/24808.cc: Likewise.
2103 * testsuite/20_util/is_compound/value.cc: Likewise.
2104 * testsuite/20_util/is_compound/requirements/typedefs.cc: Likewise.
2105 * testsuite/20_util/is_compound/requirements/
2106 explicit_instantiation.cc: Likewise.
2107 * testsuite/20_util/is_member_object_pointer/value.cc: Likewise.
2108 * testsuite/20_util/is_member_object_pointer/requirements/
2109 typedefs.cc: Likewise.
2110 * testsuite/20_util/is_member_object_pointer/requirements/
2111 explicit_instantiation.cc: Likewise.
2112 * testsuite/20_util/is_fundamental/value.cc: Likewise.
2113 * testsuite/20_util/is_fundamental/requirements/typedefs.cc: Likewise.
2114 * testsuite/20_util/is_fundamental/requirements/
2115 explicit_instantiation.cc: Likewise.
2116 * testsuite/20_util/is_member_pointer/value.cc: Likewise.
2117 * testsuite/20_util/is_member_pointer/requirements/typedefs.cc:
2118 Likewise.
2119 * testsuite/20_util/is_member_pointer/requirements/
2120 explicit_instantiation.cc: Likewise.
2121 * testsuite/20_util/is_member_function_pointer/value.cc: Likewise.
2122 * testsuite/20_util/is_member_function_pointer/
2123 requirements/typedefs.cc: Likewise.
2124 * testsuite/20_util/is_member_function_pointer/requirements/
2125 explicit_instantiation.cc: Likewise.
2126
2127 * testsuite/20_util/is_convertible/value.cc: Minor tweak, adjust
2128 Copyright years.
2129
2130 2011-04-12 Takaya Saito <gintensubaru@gmail.com>
2131
2132 PR libstdc++/48476
2133 * include/std/tuple (_Tuple_impl<>::_Tuple_impl(_Tuple_impl<>&&),
2134 _Tuple_impl<>::operator=(_Tuple_impl&&), _Tuple_impl<>::operator=
2135 (_Tuple_impl<>&&), tuple_cat): Use std::forward where appropriate.
2136 * testsuite/20_util/tuple/cons/48476.cc: New.
2137 * testsuite/20_util/tuple/48476.cc: Likewise.
2138 * testsuite/20_util/tuple/creation_functions/48476.cc: Likewise.
2139
2140 2011-04-12 Allan McRae <allan@archlinux.org>
2141
2142 PR libstdc++/48566
2143 * testsuite/tr1/6_containers/unordered_map/requirements/
2144 iterator_null_neg.cc: Include <cstddef>.
2145 * testsuite/tr1/6_containers/unordered_set/requirements/
2146 iterator_null_neg.cc: Likewise.
2147 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc: Include
2148 <cstring>.
2149 * testsuite/util/testsuite_common_types.h: Include <limits>.
2150 * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc:
2151 Adjust dg-error line numbers.
2152 * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise.
2153 * testsuite/29_atomics/atomic_integral/operators/increment_neg.cc:
2154 Likewise.
2155 * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc:
2156 Likewise.
2157 * testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc:
2158 Likewise.
2159 * testsuite/29_atomics/atomic/cons/assign_neg.cc: Likewise.
2160 * testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise.
2161
2162 2011-04-11 Jason Merrill <jason@redhat.com>
2163
2164 * testsuite/20_util/is_convertible/value.cc: Adjust.
2165
2166 2011-04-11 Paolo Carlini <paolo.carlini@oracle.com>
2167
2168 * testsuite/25_algorithms/inplace_merge/moveable.cc: Actually run
2169 it in parallel-mode for check-parallel.
2170 * testsuite/25_algorithms/rotate/moveable.cc: Likewise.
2171 * testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
2172 * testsuite/25_algorithms/remove/moveable.cc: Likewise.
2173 * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
2174 Likewise.
2175 * testsuite/25_algorithms/unique/moveable.cc: Likewise.
2176 * testsuite/25_algorithms/remove_if/moveable.cc: Likewise.
2177 * testsuite/25_algorithms/heap/moveable.cc: Likewise.
2178
2179 * testsuite/25_algorithms/next_permutation/moveable.cc: Only skip
2180 the tests based on std::lexicographical_compare for check-parallel.
2181 * testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise.
2182
2183 2011-04-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2184
2185 PR libstdc++/48541
2186 * include/std/functional (_Base_manager::_M_get_pointer): Use
2187 addressof.
2188 * testsuite/20_util/function/48541.cc: New.
2189
2190 2011-04-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2191
2192 PR libstdc++/48465
2193 * configure.ac (libtool_VERSION): Bump library version to 6:16:0.
2194 * configure: Regenerate.
2195 * config/abi/pre/gnu.ver (GLIBCXX_3.4.16): Export missing symbols.
2196 * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.16.
2197
2198 2011-04-06 Jeffrey Yasskin <jyasskin@google.com>
2199
2200 * include/ext/algorithm (is_sorted): In C++0x mode import from
2201 namespace std.
2202 * include/ext/numeric (iota): In C++0x mode import from
2203 namespace std.
2204 * testsuite/ext/is_sorted/cxx0x.cc: New.
2205 * testsuite/ext/iota/cxx0x.cc: New.
2206
2207 2011-04-02 Jonathan Wakely <redi@gcc.gnu.org>
2208
2209 PR libstdc++/48398
2210 * include/bits/unique_ptr.h (__tuple_type): Store pointer type.
2211 * testsuite/20_util/unique_ptr/modifiers/48398.cc: New.
2212 * testsuite/20_util/unique_ptr/requirements/pointer_type.cc: Remove
2213 unused parameter name.
2214
2215 2011-03-31 Jeffrey Yasskin <jyasskin@google.com>
2216
2217 * libsupc++/exception_ptr.h: Forward-declare std::type_info.
2218 * libsupc++/nested_exception.h (__throw_with_nested): Remove a
2219 redundant default argument from std::__throw_with_nested.
2220
2221 2011-03-31 Paolo Carlini <paolo.carlini@oracle.com>
2222
2223 PR libstdc++/48382
2224 * src/ctype.cc: Do not include <bits/ctype_noninline.h>.
2225 * src/Makefile.am: Add ctype_configure_char.cc to host_sources.
2226 * src/Makefile.in: Regenerate.
2227 * include/Makefile.am: Remove ctype_noninline.h from host_headers.
2228 * include/Makefile.in: Regenerate.
2229 * doc/xml/manual/internals.xml: Update.
2230 * config/os/newlib/ctype_noninline.h: Fixup and rename to...
2231 * config/os/newlib/ctype_configure_char.cc: ... this.
2232 * config/os/aix/ctype_noninline.h: Likewise.
2233 * config/os/aix/ctype_configure_char.cc: Likewise.
2234 * config/os/vxworks/ctype_noninline.h: Likewise.
2235 * config/os/vxworks/ctype_configure_char.cc
2236 * config/os/hpux/ctype_noninline.h: Likewise.
2237 * config/os/hpux/ctype_configure_char.cc: Likewise.
2238 * config/os/gnu-linux/ctype_noninline.h: Likewise.
2239 * config/os/gnu-linux/ctype_configure_char.cc: Likewise.
2240 * config/os/mingw32/ctype_noninline.h: Likewise.
2241 * config/os/mingw32/ctype_configure_char.cc: Likewise.
2242 * config/os/tpf/ctype_noninline.h: Likewise.
2243 * config/os/tpf/ctype_configure_char.cc: Likewise.
2244 * config/os/uclibc/ctype_noninline.h: Likewise.
2245 * config/os/uclibc/ctype_configure_char.cc: Likewise.
2246 * config/os/bionic/ctype_noninline.h: Likewise.
2247 * config/os/bionic/ctype_configure_char.cc: Likewise.
2248 * config/os/djgpp/ctype_noninline.h: Likewise.
2249 * config/os/djgpp/ctype_configure_char.cc: Likewise.
2250 * config/os/qnx/qnx6.1/ctype_noninline.h: Likewise.
2251 * config/os/qnx/qnx6.1/ctype_configure_char.cc: Likewise.
2252 * config/os/bsd/netbsd/ctype_noninline.h: Likewise.
2253 * config/os/bsd/netbsd/ctype_configure_char.cc: Likewise.
2254 * config/os/bsd/darwin/ctype_noninline.h: Likewise.
2255 * config/os/bsd/darwin/ctype_configure_char.cc: Likewise.
2256 * config/os/bsd/freebsd/ctype_noninline.h: Likewise.
2257 * config/os/bsd/freebsd/ctype_configure_char.cc: Likewise.
2258 * config/os/irix/irix6.5/ctype_noninline.h: Likewise.
2259 * config/os/irix/irix6.5/ctype_configure_char.cc: Likewise.
2260 * config/os/generic/ctype_noninline.h: Likewise.
2261 * config/os/generic/ctype_configure_char.cc: Likewise.
2262 * config/os/solaris/solaris2.7/ctype_noninline.h: Likewise.
2263 * config/os/solaris/solaris2.7/ctype_configure_char.cc: Likewise.
2264
2265 2011-03-25 Jonathan Wakely <jwakely.gcc@gmail.com>
2266
2267 * include/std/future (future::share): Add.
2268 (packaged_task::result_type): Remove as per LWG 2030.
2269 (packaged_task::packaged_task): Remove redundant constructors, as per
2270 LWG 1514.
2271 * testsuite/30_threads/future/members/share.cc: New.
2272 * testsuite/30_threads/packaged_task/requirements/typedefs.cc: Remove.
2273
2274 2011-03-25 Jonathan Wakely <jwakely.gcc@gmail.com>
2275
2276 * testsuite/28_regex/match_results/ctors/char/default.cc: Do not call
2277 members which require a fully established result state.
2278 * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.
2279
2280 2011-03-25 Paolo Carlini <paolo.carlini@oracle.com>
2281
2282 * include/bits/random.h (negative_binomial_distribution<>::
2283 negative_binomial_distribution(_IntType, double),
2284 negative_binomial_distribution<>::
2285 negative_binomial_distribution(const param_type&)): Tweak
2286 construction of _M_gd.
2287 * include/bits/random.tcc (negative_binomial_distribution<>::
2288 operator()): Adjust.
2289
2290 2011-03-24 Paolo Carlini <paolo.carlini@oracle.com>
2291
2292 * include/bits/random.h (negative_binomial_distribution<>::
2293 negative_binomial_distribution(_IntType, double),
2294 negative_binomial_distribution<>::
2295 negative_binomial_distribution(const param_type&)): Fix
2296 construction of _M_gd.
2297 * include/bits/random.tcc (negative_binomial_distribution<>::
2298 operator()): Fix computation, per Leger's algorithm.
2299 * testsuite/util/testsuite_random.h (discrete_pdf,
2300 negative_binomial_pdf, poisson_pdf, uniform_int_pdf): New.
2301 (binomial_pdf): Swap last two parameters.
2302 * testsuite/26_numerics/random/discrete_distribution/
2303 operators/values.cc: New.
2304 * testsuite/26_numerics/random/negative_binomial_distribution/
2305 operators/values.cc: Likewise.
2306 * testsuite/26_numerics/random/poisson_distribution/
2307 operators/values.cc: Likewise.
2308 * testsuite/26_numerics/random/uniform_int_distribution/
2309 operators/values.cc: Likewise.
2310 * testsuite/26_numerics/random/binomial_distribution/
2311 operators/values.cc: Adjust.
2312
2313 2011-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2314
2315 * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerate.
2316 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
2317 * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise.
2318 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
2319 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
2320
2321 2011-03-23 Matthias Klose <doko@ubuntu.com>
2322
2323 * config/abi/post/sparc-linux-gnu/baseline_symbols.txt: Regenerated.
2324
2325 2011-03-23 Uros Bizjak <ubizjak@gmail.com>
2326
2327 * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Regenerated.
2328
2329 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2330
2331 * configure.ac: Don't handle powerpc*-*-gnu*.
2332 * configure: Regenerate.
2333
2334 2011-03-22 Paolo Carlini <paolo.carlini@oracle.com>
2335
2336 * testsuite/21_strings/basic_string/cons/char/moveable2.cc: Tweak
2337 Copyright years.
2338 * testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc:
2339 Likewise.
2340
2341 2011-03-22 Paolo Carlini <paolo.carlini@oracle.com>
2342
2343 * include/bits/shared_ptr.h (operator>, operator<=, operator>=): Add,
2344 per DR 1401.
2345 (operator==, operator!=, operator<): Fix per the letter of DR 1401.
2346 * include/bits/shared_ptr_base.h: Likewise for __shared_ptr.
2347 * include/bits/unique_ptr.h (operator==, operator!=, operator<,
2348 operator<=, operator>, operator>=): Fix per the letter of DR 1401.
2349 * testsuite/20_util/shared_ptr/comparison/dr1401.cc: New.
2350 * testsuite/20_util/unique_ptr/comparison/dr1401.cc: Likewise.
2351 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust.
2352
2353 2011-03-22 Jakub Jelinek <jakub@redhat.com>
2354
2355 * config/abi/pre/gnu.ver (GLIBCXX_3.4.15): Export _ZNSsC2EOSs
2356 and _ZNSbIwSt11char_traitsIwESaIwEEC2EOS2_.
2357 * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerated.
2358 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
2359 * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Likewise.
2360 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.
2361 * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise.
2362 * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
2363 * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
2364 * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
2365 Likewise.
2366 * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise.
2367 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
2368 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
2369 * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
2370 * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Likewise.
2371 * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Likewise.
2372 * testsuite/21_strings/basic_string/cons/char/moveable2.cc: New test.
2373 * testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc: New
2374 test.
2375
2376 2011-03-21 Jack Howarth <howarth@bromo.med.uc.edu>
2377
2378 * testsuite/lib/prune.exp (libstdc++-dg-prune): Prune "could not
2379 create compact unwind for" warnings.
2380
2381 2011-03-21 Jakub Jelinek <jakub@redhat.com>
2382
2383 * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update.
2384 * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
2385 * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
2386 Likewise.
2387 * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
2388 * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
2389 * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Likewise.
2390 * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Likewise.
2391 * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise.
2392 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.
2393 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
2394 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
2395 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
2396
2397 * testsuite/util/testsuite_abi.cc (check_version): Set incompatible
2398 even when adding symbols to CXXABI_1.3, GLIBCXX_LDBL_3.4 and
2399 CXXABI_LDBL_1.3 versions.
2400
2401 2011-03-21 Benjamin Kosnik <bkoz@redhat.com>
2402
2403 * config/abi/pre/gnu.ver: Remove typeinfo name exports for C++0x types.
2404
2405 2011-03-21 Jakub Jelinek <jakub@redhat.com>
2406
2407 * config/abi/pre/gnu.ver (CXXABI_1.3): Don't export _ZT[IS][PK]*[no].
2408 (CXXABI_1.3.5): Export _ZTI[PK]*[no].
2409
2410 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2411
2412 * testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on
2413 sparc*-sun-solaris2.10 && lp64.
2414
2415 2011-03-19 Paolo Carlini <paolo.carlini@oracle.com>
2416
2417 * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Rename
2418 to check_v3_target_cmath.
2419 * testsuite/lib/dg-options.exp (dg-require-c99_math): Rename
2420 to dg-require-cmath.
2421 * testsuite/26_numerics/random/binomial_distribution/
2422 operators/values.cc: Adjust.
2423
2424 2011-03-18 Diego Novillo <dnovillo@google.com>
2425
2426 * testsuite/decimal/mixed-mode-arith_neg.cc: Rename from
2427 mixed-mode_neg.cc
2428 * testsuite/decimal/mixed-mode-cmp_neg.cc: Factor out of
2429 mixed-mode-arith_neg.cc
2430
2431 2011-03-18 Paolo Carlini <paolo.carlini@oracle.com>
2432
2433 * testsuite/util/testsuite_random.h: New.
2434 * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Add.
2435 * testsuite/lib/dg-options.exp (dg-require-c99_math): Likewise.
2436 * testsuite/26_numerics/random/bernoulli_distribution/
2437 operators/values.cc: New.
2438 * testsuite/26_numerics/random/binomial_distribution/
2439 operators/values.cc: Likewise.
2440 * testsuite/26_numerics/random/geometric_distribution/
2441 operators/values.cc: Likewise.
2442
2443 2011-03-16 Benjamin Kosnik <bkoz@redhat.com>
2444
2445 * config/abi/pre/gnu.ver: Add base destructors for stdexcept classes.
2446 * testsuite/19_diagnostics/stdexcept.cc: New.
2447
2448 2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
2449
2450 * include/std/thread: Revert.
2451 * src/thread.cc: Same.
2452 * config/abi/pre/gnu.ver: Same.
2453
2454 2011-03-15 Doug Kwan <dougkwan@google.com>
2455
2456 PR libstdc++/48123
2457 * include/Makefile.am (install-freestanding-headers): Install
2458 cpu_defines.h
2459 * include/Makefile.in: Regenerate.
2460
2461 2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
2462
2463 * config/abi/pre/gnu.ver: Make nested_exception exports super clear.
2464 Move bad_function_call exports from CXXABI_1.3.5 to GLIBCXX_3.4.15.
2465
2466 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
2467
2468 PR libstdc++/48130
2469 * src/future.cc: Guard definitions.
2470 * libsupc++/nested_exception.cc: Same.
2471
2472 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
2473
2474 * src/Makefile.am: Add functional.cc, shared_ptr.cc.
2475 * src/Makefile.in: Regenerate.
2476 * libsupc++/Makefile.am: Add nested_exception.cc.
2477 * libsupc++/Makefile.in: Regenerate.
2478 * src/system_error.cc: Add ctor and dtor definitions for error_category.
2479 * src/functional.cc: New. Add dtor definition for bad_function_call.
2480 * src/stdexcept.cc: Add dtor definitions for domain_error,
2481 invalid_argument, length_error, out_of_range, range_error,
2482 overflow_error, underflow_error.
2483 * src/future.cc: Add dtor definition for __future_base::_Result_base.
2484 * src/shared_ptr.cc: New. Add dtor definition for bad_weak_ptr.
2485 * src/thread.cc: Add dtor for thread::_Impl_base.
2486 * include/std/system_error: Adjust.
2487 * include/std/stdexcept: Same.
2488 * include/std/future: Same.
2489 * include/std/functional: Same.
2490 * include/std/thread: Same.
2491 * include/bits/shared_ptr_base.h: Same.
2492 * libsupc++/nested_exception.cc: New. Add dtor for nested_exception.
2493 * libsupc++/nested_exception.h: Adjust.
2494 * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust line numbers.
2495 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
2496 * config/abi/pre/gnu.ver: Add new exports.
2497
2498 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
2499
2500 * include/bits/regex_compiler.h: Nest namespace versioning.
2501 * include/bits/regex_grep_matcher.tcc: Same.
2502 * include/bits/regex_grep_matcher.h: Same.
2503 * include/bits/regex_cursor.h: Same.
2504 * include/bits/regex_nfa.h: Same.
2505 * include/bits/regex_nfa.tcc: Same.
2506
2507 * include/bits/regex_grep_matcher.h: Version forward declarations.
2508 * include/bits/c++config: Add namespace association for __regex.
2509 * include/bits/regex.h: Make sub_match consistent.
2510
2511 2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2512
2513 * doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN
2514 equivalents.
2515 * doc/html/manual/abi.html: Regenerate.
2516
2517 2011-03-14 Tom Tromey <tromey@redhat.com>
2518
2519 * python/libstdcxx/v6/printers.py (_use_gdb_pp): New global.
2520 Try to import `gdb.printing' module.
2521 (UniquePointerPrinter.__init__): Add 'typename' argument.
2522 (StdSlistPrinter.__init__): Likewise.
2523 (StdSlistIteratorPrinter.__init__): Likewise.
2524 (StdVectorIteratorPrinter.__init__): Likewise.
2525 (StdRbtreeIteratorPrinter.__init__): Likewise.
2526 (StdDebugIteratorPrinter.__init__): Likewise.
2527 (StdDequeIteratorPrinter.__init__): Likewise.
2528 (StdStringPrinter.__init__): Likewise.
2529 (RxPrinter, Printer): New class.
2530 (libstdcxx_printer): New global.
2531 (register_libstdcxx_printers): Rewrite.
2532 (build_libstdcxx_dictionary): Rewrite.
2533 (pretty_printers_dict): Remove.
2534
2535 2011-03-14 Andrey Zholos <aaz@althenia.net>
2536
2537 PR libstdc++/48114
2538 * include/bits/random.h (geometric_distribution): Correct formula
2539 in comment, per C++0x.
2540 (geometric_distribution<>::param_type::param_type(double)): Fix check.
2541 (geometric_distribution<>::param_type::_M_initialize):
2542 Store log(1 - p).
2543 * include/bits/random.tcc (geometric_distribution<>::operator()):
2544 Fix computation.
2545 (binomial_distribution<>::operator()): Likewise.
2546
2547 2011-03-09 Paolo Carlini <paolo.carlini@oracle.com>
2548
2549 * testsuite/util/testsuite_rvalref.h: Minor tweaks.
2550
2551 2011-03-09 Jonathan Wakely <redi@gcc.gnu.org>
2552 Chris Jefferson <chris@bubblescope.net>
2553 Paolo Carlini <paolo.carlini@oracle.com>
2554
2555 * testsuite/util/testsuite_rvalref.h (rvalstruct_compare_by_value):
2556 New.
2557 * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
2558 Likewise.
2559 * testsuite/25_algorithms/partial_sort/check_compare_by_value:
2560 Likewise.
2561 * testsuite/25_algorithms/stable_sort/check_compare_by_value.cc:
2562 Likewise.
2563 * testsuite/25_algorithms/sort/check_compare_by_value: Likewise.
2564
2565 2011-03-09 Chris Jefferson <chris@bubblescope.net>
2566
2567 PR libstdc++/48038
2568 * include/bits/stl_algo.h (__merge_backward): Rename to
2569 __move_merge_backward and change to always move rather than copy.
2570 (__move_merge): New function similar to std::merge except values
2571 are moved instead of copied.
2572 (__merge_adaptive, __merge_sort_loop): Change from using std::merge
2573 and __merge_backward to __move_merge and __move_merge_backward.
2574
2575 2011-03-07 Jason Merrill <jason@redhat.com>
2576
2577 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust
2578 expected errors.
2579
2580 2011-03-07 Benjamin Kosnik <bkoz@redhat.com>
2581 Matthias Klose <doko@ubuntu.com>
2582 Jonathan Wakely <redi@gcc.gnu.org>
2583
2584 PR libstdc++/47145
2585 * acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Define.
2586 * configure.ac: Use it.
2587 * doc/Makefile.am (XSL_STYLE_DIR): Set at configure time.
2588 * configure: Regenerate.
2589 * doc/Makefile.in: Regenerate.
2590
2591 2011-03-04 Benjamin Kosnik <bkoz@chula>
2592
2593 * src/Makefile.am (inst_sources): Make source instantion files
2594 conditional.
2595 (XTEMPLATE_FLAGS): Make -fno-implicit-templates conditional.
2596 * src/Makefile.in: Regenerate.
2597 * src/valarray-inst.cc: Move to..
2598 * src/valarray.cc: ...this.
2599 * acinclude.m4 (GLIBCXX_ENABLE_EXTERN_TEMPLATE]): Define.
2600 * configure.ac (GLIBCXX_ENABLE_EXTERN_TEMPLATE): Use it.
2601 * configure: Regenerate.
2602 * include/Makefile.am (stamp-extern-template): Add.
2603 * include/Makefile.in: Regenerate.
2604
2605 * doc/xml/manual/configure.xml: Document --enable-extern-template.
2606
2607 * include/bits/locale_classes.tcc: Adjust comment.
2608 * include/bits/locale_facets.tcc: Same.
2609 * include/bits/basic_ios.tcc: Same.
2610 * include/bits/istream.tcc: Same.
2611 * include/bits/codecvt.h: Same.
2612 * include/bits/ostream.tcc: Same.
2613 * include/bits/sstream.tcc: Same.
2614 * include/bits/c++config: Same.
2615 * include/bits/basic_string.tcc: Same.
2616 * include/bits/ostream_insert.h: Same.
2617 * include/bits/locale_facets_nonio.tcc: Same.
2618 * include/bits/streambuf.tcc: Same.
2619 * include/bits/allocator.h: Same.
2620 * include/bits/fstream.tcc: Same.
2621
2622 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
2623
2624 2011-03-02 Benjamin Kosnik <bkoz@redhat.com>
2625
2626 * testsuite/Makefile.am: Make clean fixups.
2627 * testsuite/Makefile.in: Regenerate.
2628
2629 2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
2630
2631 * include/std/ratio (ratio_less): Add comments.
2632
2633 2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
2634
2635 PR libstdc++/47913
2636 * include/std/ratio (ratio_add): Avoid denominator overflow.
2637 * testsuite/20_util/ratio/operations/47913.cc: New.
2638
2639 2011-02-28 Benjamin Kosnik <bkoz@redhat.com>
2640
2641 * testsuite/20_util/hash/chi2_quality.cc: Use C++0x mode on simulators.
2642 * testsuite/20_util/hash/quality.cc: Same.
2643
2644 2011-02-28 Paolo Carlini <paolo.carlini@oracle.com>
2645
2646 PR libstdc++/47921
2647 * include/std/streambuf (basic_streambuf<>::__safe_gbump,
2648 __safe_pbump): Add.
2649 * include/bits/streambuf.tcc (basic_streambuf<>::xgetn,
2650 xputn): Use the latter.
2651 * include/bits/streambuf_iterator.h: Likewise.
2652 * src/strstream.cc: Likewise.
2653 * src/streambuf.cc: Likewise.
2654 * src/compatibility.cc: Likewise.
2655 * src/istream.cc: Likewise.
2656 * include/bits/fstream.tcc (basic_filebuf<>::xsgetn): Use setg
2657 instead of gbump.
2658 * include/std/sstream (basic_stringbuf<>::_M_pbump): Add.
2659 * include/bits/sstream.tcc (basic_stringbuf<>::seekoff,
2660 seekpos, _M_sync): Use setg, setp, and _M_pbump.
2661 * config/abi/pre/gnu.ver: Tweak.
2662
2663 2011-02-28 Paolo Carlini <paolo.carlini@oracle.com>
2664
2665 * testsuite/20_util/ratio/comparisons/comp3.cc: New.
2666
2667 2011-02-28 Marc Glisse <marc.glisse@normalesup.org>
2668
2669 PR libstdc++/42622
2670 * include/std/ratio (ratio_less): Reimplement to never overflow.
2671 * testsuite/20_util/ratio/comparisons/comp2.cc: Extend.
2672
2673 2011-02-24 Benjamin Kosnik <bkoz@redhat.com>
2674
2675 * testsuite/18_support/type_info/fundamental.cc: New.
2676
2677 * testsuite/Makefile.am: Make clean fixups.
2678 * testsuite/Makefile.in: Regenerate.
2679
2680 2011-02-19 François Dumont <francois.cppdevs@free.fr>
2681
2682 * include/debug/string (basic_string::insert): Add iterator check and
2683 pass normal iterator to normal insert.
2684 * include/debug/macros.h (__glibcxx_check_heap,
2685 __glibcxx_check_heap_pred): Remove __glibcxx_check_valid_range,
2686 already done.
2687
2688 2011-02-17 Paolo Carlini <paolo.carlini@oracle.com>
2689
2690 PR libstdc++/47776
2691 * testsuite/ext/vstring/hash/char/1.cc: Fix.
2692 * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise.
2693
2694 2011-02-17 Jonathan Wakely <jwakely.gcc@gmail.com>
2695
2696 * include/bits/regex.h (basic_regex::traits_type): Add typedef.
2697 (basic_regex::basic_regex(basic_regex&&)): Add noexcept.
2698 (basic_regex::operator=(basic_regex&&)): Likewise.
2699 (basic_regex::assign(basic_regex&&)): Likewise.
2700 (operator==(sub_match,...)): Implement DR 1181.
2701 (match_results::match_results(match_results&&)): Define.
2702 (match_results::operator=(const match_results&)): Fix parameter type.
2703 (match_results::operator=(match_results&&)): Define.
2704
2705 2011-02-17 Jonathan Wakely <jwakely.gcc@gmail.com>
2706
2707 PR libstdc++/47724
2708 * include/bits/regex_compiler.h (_Scanner::_M_advance): Do not treat
2709 line anchors as metacharacters.
2710 * testsuite/28_regex/basic_regex/ctors/47724.cc: New.
2711
2712 2011-02-16 Paolo Carlini <paolo.carlini@oracle.com>
2713
2714 PR libstdc++/47773
2715 * include/ext/vstring.h (hash<__gnu_cxx::__vstring>,
2716 hash<__gnu_cxx::__wvstring>, hash<__gnu_cxx::__u16vstring>,
2717 hash<__gnu_cxx::__u32vstring>): Add.
2718 * testsuite/ext/vstring/hash/char/1.cc: New.
2719 * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise.
2720
2721 2011-02-16 Jonathan Wakely <jwakely.gcc@gmail.com>
2722
2723 * include/bits/regex.h (match_results::format): Use char_traits.
2724
2725 2011-02-16 Benjamin Kosnik <bkoz@redhat.com>
2726
2727 * include/std/atomic: Remove atomic_address, uplift to N3225.
2728 * include/bits/atomic_0.h: Same.
2729 * include/bits/atomic_2.h: Same.
2730 * include/bits/atomic_base.h: Same.
2731 * testsuite/29_atomics/atomic_address/*: Delete.
2732
2733 2011-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
2734
2735 * include/bits/regex.h (sub_match::sub_match): Add.
2736 (match_results::ready): Add.
2737 (match_results::empty): Adjust.
2738 (match_results::length): Add missing dereference.
2739 (match_results::operator[],prefix,suffix): Add debug mode checks.
2740 (match_results::cend): Re-use end().
2741 (match_results::format): Adjust signatures.
2742 (operator==(match_results,match_results)): Implement.
2743 * include/bits/regex_compiler.h (_Scanner_base): Use constexpr.
2744 * include/bits/regex_constants.h (syntax_option_type): Likewise.
2745 * include/bits/regex_grep_matcher.h: Fix comment typo.
2746 (_SpecializedResults::_SpecializedResults): Simplify.
2747 * include/bits/regex_cursor.h: Fix comment typo.
2748 * include/bits/regex_nfa.h: Likewise.
2749 * testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc:
2750 Fix error code, remove xfail.
2751 * testsuite/28_regex/basic_regex/ctors/extended/
2752 string_range_01_02_03.cc: Likewise.
2753
2754 2011-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
2755
2756 * include/bits/regex_compiler.h: Remove unnecessary bind() calls.
2757 * include/bits/regex_nfa.h: Remove unnecessary base classes.
2758
2759 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2760
2761 * configure: Regenerate.
2762
2763 2011-02-12 Paolo Carlini <paolo.carlini@oracle.com>
2764
2765 PR libstdc++/47709
2766 * include/ext/algorithm (is_heap): In C++0x mode import from
2767 namespace std.
2768 * testsuite/ext/is_heap/47709.cc: New.
2769
2770 2011-02-12 Jakub Jelinek <jakub@redhat.com>
2771 Jonathan Wakely <jwakely.gcc@gmail.com>
2772
2773 PR libstdc++/47662
2774 * testsuite/17_intro/headers/c++200x/operator_names.cc: New.
2775 * testsuite/17_intro/headers/c++1998/operator_names.cc: Add comment.
2776
2777 2011-02-12 Paolo Carlini <paolo.carlini@oracle.com>
2778
2779 * include/tr1/cmath (fabs): Define.
2780 * include/tr1/complex (acos, asin, atan): Avoid duplicate definitions
2781 in C++0x mode.
2782
2783 2011-02-12 Jonathan Wakely <jwakely.gcc@gmail.com>
2784
2785 * testsuite/tr1/headers/c++200x/complex.cc: New.
2786
2787 2011-02-11 Johannes Singler <singler@kit.edu>
2788
2789 PR libstdc++/47433
2790 * include/parallel/losertree.h
2791 (_LoserTreeUnguarded<>::__delete_min_insert):
2792 Add missing "using std::swap;", as for other variants.
2793
2794 2011-02-10 Benjamin Kosnik <bkoz@redhat.com>
2795
2796 * src/Makefile.am (sources): Add regex.cc.
2797 * src/Makefile.in: Regenerate.
2798 * src/regex.cc: New.
2799 * include/bits/regex_error.h (error_type): Use constexpr.
2800 (regex_error): Move ctor and dtor out of line.
2801
2802 * testsuite/28_regex/03_requirements: To...
2803 * testsuite/28_regex/requirements: ... this.
2804 * testsuite/28_regex/04_header: To...
2805 * testsuite/28_regex/headers: ... this.
2806 * testsuite/28_regex/05_constants: To...
2807 * testsuite/28_regex/constants: ... this.
2808 * testsuite/28_regex/06_exception_type: To...
2809 * testsuite/28_regex/regex_error: ... this.
2810 * testsuite/28_regex/07_traits: To...
2811 * testsuite/28_regex/traits: ... this.
2812 * testsuite/28_regex/08_basic_regex: To...
2813 * testsuite/28_regex/basic_regex: ... this.
2814 * testsuite/28_regex/09_sub_match: To...
2815 * testsuite/28_regex/sub_match: ... this.
2816 * testsuite/28_regex/10_match_results: To...
2817 * testsuite/28_regex/match_results: ... this.
2818 * testsuite/28_regex/11_algorithms: To...
2819 * testsuite/28_regex/algorithms: ... this.
2820 * testsuite/28_regex/12_iterators: To...
2821 * testsuite/28_regex/iterators: ... this.
2822
2823 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2824
2825 PR libstdc++/47662
2826 * include/bits/c++config: Do not use alternative token.
2827 * testsuite/17_intro/headers/c++1998/operator_names.cc: New.
2828
2829 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2830
2831 * src/future.cc (future_error_category::message): Handle no_state.
2832
2833 2011-02-10 Paolo Carlini <paolo.carlini@oracle.com>
2834
2835 * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Do
2836 not test in C++0x mode.
2837 * testsuite/23_containers/map/modifiers/erase/47628.cc: Likewise.
2838 * testsuite/20_util/headers/utility/synopsis.cc: Tweak to work
2839 in C++0x mode too.
2840
2841 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2842
2843 * doc/xml/manual/status_cxx200x.xml: Update.
2844 * doc/html/*: Regenerate.
2845
2846 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2847
2848 * doc/xml/manual/debug.xml: Improve data race docs.
2849
2850 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2851
2852 PR libstdc++/47668
2853 * include/debug/map.h (map): Remove unnecessary using-declaration.
2854 * include/debug/multimap.h (multimap): Likewise.
2855 * include/profile/map.h (map): Likewise.
2856 * include/profile/multimap.h (multimap): Likewise.
2857
2858 2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com>
2859
2860 PR libstdc++/43863
2861 * libsupc++/guard.cc (recursive_init_error::~recursive_init_error):
2862 Move to ...
2863 * libsupc++/guard_error.cc: ... new file.
2864 * libsupc++/Makefile.am: Update.
2865 * libsupc++/Makefile.in: Regenerate.
2866
2867 2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com>
2868
2869 * include/std/future (packaged_task::operator bool): Rename to...
2870 (packaged_task::valid): ...this.
2871 * testsuite/30_threads/packaged_task/cons/1.cc: Adjust.
2872 * testsuite/30_threads/packaged_task/cons/2.cc: Adjust.
2873 * testsuite/30_threads/packaged_task/cons/move.cc: Adjust.
2874 * testsuite/30_threads/packaged_task/cons/move_assign.cc: Adjust.
2875 * testsuite/30_threads/packaged_task/cons/alloc.cc: Adjust.
2876 * testsuite/30_threads/packaged_task/members/invoke.cc: Adjust.
2877 * testsuite/30_threads/packaged_task/members/reset.cc: Adjust.
2878 * testsuite/30_threads/packaged_task/members/reset2.cc: Adjust.
2879 * testsuite/30_threads/packaged_task/members/swap.cc: Adjust.
2880 * testsuite/30_threads/packaged_task/members/boolconv.cc: Remove.
2881 * testsuite/30_threads/packaged_task/members/valid.cc: Add.
2882
2883 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2884
2885 * doc/xml/manual/io.xml: Fix typo.
2886 * doc/html/manual/streambufs.html: Likewise.
2887
2888 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2889
2890 * config/abi/pre/gnu.ver: Fix.
2891
2892 2011-02-08 Benjamin Kosnik <bkoz@redhat.com>
2893
2894 * doc/xml/manual/appendix_porting.xml: Add doc section.
2895 * doc/xml/manual/appendix_contributing.xml: Split out doc bits to...
2896 * doc/xml/manual/documentation_hacking.xml: ...here.
2897
2898 * doc/xml/manual/debug_mode.xml: Adjust.
2899 * doc/xml/manual/prerequisites.xml: Adjust.
2900 * doc/Makefile.am (xml_sources): Add dot files,
2901 documentation_hacking.xml.
2902 * doc/Makefile.in: Regenerate.
2903
2904 * doc/xml/manual/build_hacking.xml: Use absolute paths for images.
2905 * doc/xml/images/confdeps.pdf: Add.
2906
2907 * doc/html/*: Regenerate.
2908
2909 2011-02-08 Jonathan Wakely <jwakely.gcc@gmail.com>
2910
2911 * doc/xml/gnu/fdl-1.2.xml: Remove.
2912 * doc/xml/gnu/gpl-2.0.xml: Remove.
2913 * doc/Makefile.am: Update.
2914 * doc/Makefile.in: Regenerate.
2915
2916 2011-02-07 Paolo Carlini <paolo.carlini@oracle.com>
2917
2918 PR libstdc++/47628
2919 * include/bits/stl_tree.h (_Rb_tree::erase(iterator), erase(iterator,
2920 iterator)): Add back in C++03 mode.
2921 * testsuite/23_containers/map/modifiers/erase/47628.cc: New.
2922 * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Likewise.
2923
2924 2011-02-07 Benjamin Kosnik <bkoz@redhat.com>
2925
2926 PR libstdc++/47560 try two
2927 * config/os/hpux/os_defines.h: Guard for C++.
2928
2929 2011-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2930
2931 * doc/xml/faq.xml: Adjust link to bug database.
2932 Remove old item on broken header files.
2933
2934 2011-02-04 Benjamin Kosnik <bkoz@redhat.com>
2935
2936 * include/bits/regex_error.h (__throw_regex_error): Not inline.
2937 * src/functexcept.cc: Add definition.
2938 * config/abi/pre/gnu.ver: Export.
2939
2940 2011-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>
2941
2942 * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*.
2943 * configure: Regenerate.
2944
2945 2011-02-01 Paolo Carlini <paolo.carlini@oracle.com>
2946
2947 PR libstdc++/46914
2948 * include/bits/atomic_0.h (_ATOMIC_STORE_, _ATOMIC_MODIFY_,
2949 _ATOMIC_CMPEXCHNG_): Rename __v -> __w, and __m -> __n, to
2950 avoid name conflicts.
2951
2952 2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
2953
2954 PR libstdc++/47560
2955 * config/os/hpux/os_defines.h: Remove use of macros on namespace.
2956
2957 2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
2958
2959 * scripts/run_doxygen: Allow doxygen 1.7.0 again.
2960 * doc/doxygen/user.cfg.in (PDF_HYPERLINKS): Re-enable.
2961 (COMPACT_LATEX): Enable.
2962
2963 * include/profile/impl/profiler_container_size.h: Adjust doxygen markup.
2964 * include/profile/impl/profiler_hash_func.h: Same.
2965 * include/bits/hashtable.h: Same.
2966 * include/backward/auto_ptr.h: Same.
2967 * include/backward/strstream: Same.
2968 * include/backward/backward_warning.h: Same.
2969 * include/backward/binders.h: Same.
2970
2971 2011-02-01 Gerald Pfeifer <gerald@pfeifer.com>
2972
2973 * doc/xml/manual/debug.xml: Use GDB instead of gdb.
2974 Adjust link to GDB manual.
2975
2976 2011-01-31 Benjamin Kosnik <bkoz@redhat.com>
2977
2978 * include/bits/c++config (_GLIBCXX_DEPRECATED): To
2979 _GLIBCXX_USE_DEPRECATED.
2980 (_GLIBCXX_DEPRECATED_ATTR): To _GLIBCXX_DEPRECATED.
2981 * doc/xml/manual/using.xml: Same.
2982 * include/std/memory: Same.
2983 * include/std/streambuf: Same.
2984 * include/bits/shared_ptr.h: Same.
2985 * include/bits/unique_ptr.h: Same.
2986 * include/bits/shared_ptr_base.h: Same.
2987 * include/bits/stl_function.h: Same.
2988 * include/tr1/shared_ptr.h: Same.
2989 * include/backward/auto_ptr.h: Same.
2990 * include/backward/binders.h: Same.
2991
2992 2011-01-31 Paolo Carlini <paolo.carlini@oracle.com>
2993
2994 * doc/html/ext/lwg-active.html: Update to Revision D73.
2995 * doc/html/ext/lwg-closed.html: Likewise.
2996 * doc/html/ext/lwg-defects.html: Likewise.
2997 * doc/xml/manual/intro.xml: Update status of issues 408, 539, 865.
2998
2999 2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
3000
3001 PR libstdc++/36104 part four
3002 * include/bits/c++config (_GLIBCXX_STD): Remove.
3003 (_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C.
3004 (_GLIBCXX_P): Now _GLIBCXX_STD_A.
3005 (_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL,
3006 _GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove.
3007 (_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL,
3008 _GLIBCXX_INLINE_PROFILE): Remove.
3009 (_GLIBCXX_BEGIN_NAMESPACE(X)): Remove.
3010 (_GLIBCXX_END_NAMESPACE): Remove.
3011 (_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove.
3012 (_GLIBCXX_END_NESTED_NAMESPACE): Remove.
3013 (_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add.
3014 (_GLIBCXX_END_NAMESPACE_ALGO): Add.
3015 (_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add.
3016 (_GLIBCXX_END_NAMESPACE_CONTAINER): Add.
3017 (_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add.
3018 (_GLIBCXX_END_NAMESPACE_VERSION): Add.
3019 (_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL.
3020 (_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL.
3021 (_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY.
3022 * include/*: Use new macros for namespace scope.
3023 * config/*: Same.
3024 * src/*: Same.
3025
3026 * src/Makefile.am (sources): Remove debug_list.cc, add
3027 compatibility-debug_list-2.cc.
3028 (parallel_sources): Remove parallel_list.cc, add
3029 compatibility-parallel_list-2.cc.
3030 (compatibility-parallel_list-2.[o,lo]): New rule.
3031 * src/Makefile.in: Regenerate.
3032 * src/debug_list.cc: Remove.
3033 * src/parallel_list.cc: Remove.
3034 * src/compatibility-list-2.cc: New.
3035 * src/compatibility-debug_list-2.cc: New.
3036 * src/compatibility-parallel_list-2.cc: New.
3037
3038 * doc/doxygen/user.cfg.in: Adjust macros.
3039
3040 * testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros.
3041 * testsuite/20_util/declval/requirements/1_neg.cc: Same.
3042 * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same.
3043 * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same.
3044 * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same.
3045 * testsuite/20_util/forward/c_neg.cc: Same.
3046 * testsuite/20_util/forward/f_neg.cc: Same.
3047 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
3048 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
3049 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same.
3050 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same.
3051 * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same.
3052 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
3053 * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
3054 * testsuite/23_containers/deque/requirements/dr438/
3055 constructor_1_neg.cc: Same.
3056 * testsuite/23_containers/deque/requirements/dr438/
3057 constructor_2_neg.cc: Same.
3058 * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
3059 * testsuite/23_containers/forward_list/capacity/1.cc: Same.
3060 * testsuite/23_containers/forward_list/requirements/dr438/
3061 assign_neg.cc: Same.
3062 * testsuite/23_containers/forward_list/requirements/dr438/
3063 constructor_1_neg.cc: Same.
3064 * testsuite/23_containers/forward_list/requirements/dr438/
3065 constructor_2_neg.cc: Same.
3066 * testsuite/23_containers/forward_list/requirements/dr438/
3067 insert_neg.cc: Same.
3068 * testsuite/23_containers/list/capacity/29134.cc: Same.
3069 * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
3070 * testsuite/23_containers/list/requirements/dr438/
3071 constructor_1_neg.cc: Same.
3072 * testsuite/23_containers/list/requirements/dr438/
3073 constructor_2_neg.cc: Same.
3074 * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
3075 * testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
3076 * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same.
3077 * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same.
3078 * testsuite/23_containers/vector/requirements/dr438/
3079 constructor_1_neg.cc: Same.
3080 * testsuite/23_containers/vector/requirements/dr438/
3081 constructor_2_neg.cc: Same.
3082 * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
3083 * testsuite/25_algorithms/sort/35588.cc: Same.
3084 * testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
3085 * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
3086 * testsuite/ext/profile/mutex_extensions_neg.cc: Same.
3087 * testsuite/ext/profile/profiler_algos.cc: Same.
3088 * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
3089 * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
3090 * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
3091 * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same.
3092 * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
3093
3094 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
3095
3096 * doc/xml/manual/abi.xml: Adjust link to C++ ABI specification.
3097 Improve description of one such reference.
3098
3099 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
3100
3101 * doc/xml/manual/codecvt.xml: Fix link to The Austin Common
3102 Standards Revision Group.
3103 * doc/xml/manual/locale.xml: Ditto.
3104 * doc/xml/manual/messages.xml: Ditto.
3105 * doc/xml/manual/using_exceptions.xml: Ditto.
3106
3107 2011-01-28 Paolo Carlini <paolo.carlini@oracle.com>
3108
3109 * include/bits/atomic_base.h: Do not include <stddef.h>.
3110 (kill_dependency): Uglify ret.
3111
3112 2011-01-26 Johannes Singler <singler@kit.edu>
3113
3114 * include/parallel/numeric (inner_product, partial_sum):
3115 Qualify subsequent call with __gnu_parallel instead of
3116 _GLIBCXX_STD_P to reenable parallel execution without ambiguity.
3117 * include/parallel/algobase.h (equal): Likewise.
3118 * include/parallel/algo.h (find_first_of, search_n, merge,
3119 nth_element, partial_sort, max_element, min_element): Likewise.
3120 * testsuite/25_algorithms/headers/algorithm/
3121 parallel_algorithm_mixed1.cc (main): Add respective test cases.
3122 * testsuite/25_algorithms/headers/algorithm/
3123 parallel_algorithm_mixed2.cc (main): Likewise.
3124 * testsuite/26_numerics/headers/numeric/
3125 parallel_numeric_mixed1.cc (main): Likewise.
3126 * testsuite/26_numerics/headers/numeric/
3127 parallel_numeric_mixed2.cc (main): Likewise.
3128
3129 2011-01-24 Graham Reed <greed@pobox.com>
3130
3131 PR libstdc++/47387
3132 * config/os/aix/ctype_inline.h (ctype<char>::is): Use _M_table if
3133 provided.
3134
3135 2011-01-24 Johannes Singler <singler@kit.edu>
3136
3137 PR libstdc++/47433
3138 * include/parallel/losertree.h
3139 (_LoserTree<>::__delete_min_insert):
3140 Do not qualify swap with std:: for value type,
3141 but include a using directive instead.
3142 (_LoserTreeUnguarded<>::__delete_min_insert): Likewise.
3143 * include/parallel/balanced_quicksort.h (__qsb_divide):
3144 Use std::iter_swap instead of std::swap.
3145 (__qsb_local_sort_with_helping): Likewise.
3146 * include/parallel/partition.h (__parallel_partition):
3147 Likewise. (__parallel_nth_element): Likewise.
3148
3149 2011-01-24 Johannes Singler <singler@kit.edu>
3150
3151 PR libstdc++/47437
3152 * include/parallel/multiway_merge.h (_UnguardedIterator):
3153 Remove useless "mutable" from reference declaration.
3154
3155 2011-01-21 Benjamin Kosnik <bkoz@redhat.com>
3156
3157 * include/bits/c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.
3158 * include/debug/safe_sequence.h: Same.
3159 * include/debug/safe_iterator.h: Same.
3160 * include/std/forward_list: Same.
3161 * include/std/deque: Same.
3162 * include/std/list: Same.
3163 * include/std/random: Same.
3164 * include/std/streambuf: Same.
3165 * include/std/fstream: Same.
3166 * include/std/istream: Same.
3167 * include/std/string: Same.
3168 * include/std/ostream: Same.
3169 * include/std/sstream: Same.
3170 * include/ext/vstring.h: Same.
3171 * include/bits/basic_ios.h: Same.
3172 * include/bits/locale_classes.h: Same.
3173 * include/bits/locale_facets.h: Same.
3174 * include/bits/valarray_array.h: Same.
3175 * include/bits/locale_facets_nonio.h: Same.
3176 * include/tr1/random: Same.
3177
3178 2011-01-20 Jonathan Wakely <jwakely.gcc@gmail.com>
3179
3180 * doc/xml/manual/diagnostics.xml: Replace note about C++0x concepts.
3181
3182 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
3183
3184 PR libstdc++/36104 part three
3185 * src/hashtable_c++0x.cc: Adjust namespace macros.
3186 * testsuite/util/testsuite_rvalref.h: Don't forward declare hash.
3187 * config/abi/pre/gnu-versioned-namespace.ver: Update.
3188
3189 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
3190
3191 * include/ext/pb_ds/detail/resize_policy/
3192 hash_load_check_resize_trigger_imp.hpp: Adjust assert condition.
3193 * include/ext/pb_ds/detail/pat_trie_/
3194 constructors_destructor_fn_imps.hpp: Same.
3195 * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Format.
3196 * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
3197 * include/ext/pb_ds/detail/debug_map_base.hpp: Use never_adjustor.
3198
3199 * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Adjust
3200 iterations downward when testing in debug mode.
3201 * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
3202 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
3203 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
3204 * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
3205 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
3206 * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Use SIZE,
3207 reduce in debug mode.
3208
3209 2011-01-19 Benjamin Kosnik <bkoz@redhat.com>
3210
3211 PR libstdc++/36104 part two
3212 * include/bits/hashtable.h: Revert to non-nested macro usage.
3213 * include/bits/hashtable_policy.h: Same.
3214
3215 2011-01-19 Graham Reed <greed@pobox.com>
3216
3217 PR libstdc++/47354
3218 * src/bitmap_allocator.cc (free_list::_M_get): Lock mutex.
3219
3220 2011-01-18 Benjamin Kosnik <bkoz@redhat.com>
3221
3222 * doc/xml/images/confdeps.png: Regenerate.
3223
3224 * include/std/chrono (duration): Mark copy constructor constexpr.
3225 * testsuite/20_util/duration/cons/constexpr.cc: Add test.
3226
3227 2011-01-18 Paolo Carlini <paolo.carlini@oracle.com>
3228
3229 * include/bits/unique_ptr.h (default_delete<>::default_delete()):
3230 Declare defaulted per DR 1517.
3231 * testsuite/util/testsuite_common_types.h
3232 (constexpr_defaulted_default_constructible): Add.
3233 * testsuite/20_util/default_delete/cons/constexpr.cc: Use it.
3234
3235 2011-01-17 Paolo Carlini <paolo.carlini@oracle.com>
3236
3237 * include/bits/stl_queue.h (queue<>::swap, priority_queue<>::swap):
3238 Implement DR 1198.
3239 * include/bits/stl_stack.h (stack<>::swap): Likewise.
3240
3241 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
3242
3243 PR libstdc++/47323
3244 * testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc:
3245 Only test wregex when _GLIBCXX_USE_WCHAR_T is defined.
3246
3247 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
3248
3249 PR libstdc++/47320
3250 * testsuite/18_support/numeric_limits/lowest.cc:
3251 Only test wchar_t when _GLIBCXX_USE_WCHAR_T is defined.
3252
3253 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
3254
3255 PR libstdc++/47321
3256 * testsuite/21_strings/basic_string/requirements/typedefs.cc:
3257 Only test std::wstring when _GLIBCXX_USE_WCHAR_T is defined.
3258
3259 2011-01-16 François Dumont <francois.cppdevs@free.fr>
3260
3261 * testsuite/23_containers/forward_list/debug/erase_after1_neg.cc: Move
3262 to this. Use _neg suffix.
3263 * testsuite/23_containers/forward_list/debug/erase_after1.cc: ...from
3264 this.
3265 * testsuite/23_containers/forward_list/debug/erase_after2_neg.cc:
3266 Same.
3267 * testsuite/23_containers/forward_list/debug/erase_after2.cc: Same.
3268 * testsuite/23_containers/forward_list/debug/erase_after3_neg.cc:
3269 Same.
3270 * testsuite/23_containers/forward_list/debug/erase_after3.cc: Same.
3271 * testsuite/23_containers/forward_list/debug/erase_after4_neg.cc:
3272 Same.
3273 * testsuite/23_containers/forward_list/debug/erase_after4.cc: Same.
3274 * testsuite/23_containers/forward_list/debug/erase_after5_neg.cc:
3275 Same.
3276 * testsuite/23_containers/forward_list/debug/erase_after5.cc: Same.
3277 * testsuite/23_containers/forward_list/debug/erase_after6_neg.cc:
3278 Same.
3279 * testsuite/23_containers/forward_list/debug/erase_after6.cc: Same.
3280 * testsuite/23_containers/forward_list/debug/erase_after7_neg.cc:
3281 Same.
3282 * testsuite/23_containers/forward_list/debug/erase_after7.cc: Same.
3283 * testsuite/23_containers/forward_list/debug/erase_after8_neg.cc:
3284 Same.
3285 * testsuite/23_containers/forward_list/debug/erase_after8.cc: Same.
3286 * testsuite/23_containers/forward_list/debug/erase_after9_neg.cc:
3287 Same.
3288 * testsuite/23_containers/forward_list/debug/erase_after9.cc: Same.
3289 * testsuite/23_containers/forward_list/debug/insert_after1_neg.cc:
3290 Same.
3291 * testsuite/23_containers/forward_list/debug/insert_after1.cc: Same.
3292 * testsuite/23_containers/forward_list/debug/insert_after2_neg.cc:
3293 Same.
3294 * testsuite/23_containers/forward_list/debug/insert_after2.cc: Same.
3295 * testsuite/23_containers/forward_list/debug/insert_after3_neg.cc:
3296 Same.
3297 * testsuite/23_containers/forward_list/debug/insert_after3.cc: Same.
3298 * testsuite/23_containers/forward_list/debug/splice_after1_neg.cc:
3299 Same.
3300 * testsuite/23_containers/forward_list/debug/splice_after1.cc: Same.
3301 * testsuite/23_containers/forward_list/debug/splice_after2_neg.cc:
3302 Same.
3303 * testsuite/23_containers/forward_list/debug/splice_after2.cc: Same.
3304 * testsuite/23_containers/forward_list/debug/splice_after3_neg.cc:
3305 Same.
3306 * testsuite/23_containers/forward_list/debug/splice_after3.cc: Same.
3307 * testsuite/23_containers/forward_list/debug/splice_after4_neg.cc:
3308 Same.
3309 * testsuite/23_containers/forward_list/debug/splice_after4.cc: Same.
3310
3311 2011-01-14 Benjamin Kosnik <bkoz@redhat.com>
3312
3313 PR libstdc++/36104
3314 * include/Makefile.am (bits_sup_headers, stamp-bits-sup): New.
3315 * include/Makefile.in: Regenerate.
3316 * libsupc++/Makefile.am (std_HEADERS, bits_HEADERS): New.
3317 (install-stdHEADERS, install-bitsHEADERS): New.
3318 * libsupc++/Makefile.in: Regenerate.
3319
3320 * include/bits/c++config: Update for inline namespaces.
3321 * libsupc++/cxxabi-forced.h: To...
3322 * libsupc++/cxxabi_forced.h: ...this.
3323 * libsupc++/hash_bytes.h: Separate file.
3324 * libsupc++/typeinfo: Use it.
3325 * libsupc++/exception: Adjust for bits subdirectory.
3326 * libsupc++/eh_aux_runtime.cc: Same.
3327 * libsupc++/eh_ptr.cc: Same.
3328 * libsupc++/new_op.cc: Same.
3329 * libsupc++/exception_defines.h: Same.
3330 * libsupc++/nested_exception.h: Same.
3331 * libsupc++/eh_terminate.cc: Same.
3332 * libsupc++/vec.cc: Same.
3333 * libsupc++/vterminate.cc: Same.
3334 * libsupc++/exception_ptr.h: Same.
3335 * libsupc++/eh_personality.cc: Same.
3336 * libsupc++/eh_call.cc: Same.
3337 * libsupc++/new_opnt.cc: Same.
3338 * libsupc++/hash_bytes.cc: Same.
3339 * config/cpu/arm/cxxabi_tweaks.h: Same.
3340 * config/cpu/generic/cxxabi_tweaks.h: Same.
3341 * libsupc++/cxxabi.h: Same. Consolidate _GLIBCXX_NOTHROW defines.
3342 * include/std/bitset: Same.
3343 * include/ext/vstring.tcc: Same.
3344 * include/bits/hashtable.h: Same.
3345 * include/bits/functional_hash.h: Same.
3346 * include/bits/hashtable_policy.h: Same.
3347 * include/bits/basic_string.h: Same.
3348 * include/bits/istream.tcc: Same.
3349 * include/bits/ostream.tcc: Same.
3350 * include/bits/algorithmfwd.h: Same.
3351 * include/bits/basic_string.tcc: Same.
3352 * include/bits/ostream_insert.h: Same.
3353 * include/bits/fstream.tcc: Same.
3354 * include/bits/functexcept.h: Same.
3355
3356 * doc/doxygen/user.cfg.in: Adjust names.
3357
3358 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
3359
3360 2011-01-14 Paolo Carlini <paolo.carlini@oracle.com>
3361
3362 * testsuite/25_algorithms/is_permutation/check_type.cc: Minor
3363 tweaks.
3364 * testsuite/25_algorithms/is_permutation/1.cc: Cosmetic changes.
3365
3366 2011-01-13 Paolo Carlini <paolo.carlini@oracle.com>
3367
3368 * testsuite/25_algorithms/is_permutation/check_type.cc: New.
3369 * testsuite/25_algorithms/is_permutation/requirements/
3370 explicit_instantiation/2.cc: Likewise.
3371 * testsuite/25_algorithms/is_permutation/requirements/
3372 explicit_instantiation/pod.cc: Likewise.
3373 * testsuite/25_algorithms/is_permutation/1.cc: Likewise.
3374
3375 2011-01-13 John Lakos <jlakos@bloomberg.net>
3376 Pablo Halpern <phalpern@halpernwightsoftware.com>
3377 Paolo Carlini <paolo.carlini@oracle.com>
3378
3379 * include/bits/stl_algo.h (is_permutation): Add, per N3068.
3380 * include/bits/algorithmfwd.h: Add.
3381
3382 2011-01-13 Jonathan Wakely <jwakely.gcc@gmail.com>
3383
3384 PR libstdc++/47045
3385 * config/os/bsd/netbsd/ctype_base.h: Use new macros based on version.
3386
3387 2011-01-11 Paolo Carlini <paolo.carlini@oracle.com>
3388
3389 * aclocal.m4: Regenerate.
3390
3391 2011-01-06 Paolo Carlini <paolo.carlini@oracle.com>
3392
3393 PR libstdc++/47185
3394 * src/placeholders.cc: New.
3395 * src/Makefile.am: Adjust.
3396 * src/Makefile.in: Regenerate.
3397 * include/std/functional (placeholders::_1, _2, ..., _29): Declare
3398 extern.
3399 * config/abi/pre/gnu.ver: Export.
3400
3401 2011-01-05 François Dumont <francois.cppdevs@free.fr>
3402
3403 * include/debug/safe_base.h (_Safe_iterator_base::_M_unlink): New.
3404 * include/src/debug.cc: Use latter
3405 * include/debug/forward_list (forward_list<>::_M_swap): Fix to
3406 correctly handle before_begin iterators.
3407 * testsuite/23_containers/forward_list/debug/swap.cc: Remove now
3408 useless _GLIBCXX_DEBUG checks.
3409
3410 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
3411
3412 PR libstdc++/47145
3413 * configure.ac (AC_CHECK_FILE): Replaced by test -f.
3414 * configure: Regenerated.
3415
3416 2011-01-03 Paolo Carlini <paolo.carlini@oracle.com>
3417
3418 PR libstdc++/46922
3419 * config/abi/pre/gnu.ver: Export std::bad_function_call symbols.
3420
3421 \f
3422 Copyright (C) 2011 Free Software Foundation, Inc.
3423
3424 Copying and distribution of this file, with or without modification,
3425 are permitted in any medium without royalty provided the copyright
3426 notice and this notice are preserved.