gcc/libstdc++-v3/include/bits
François Dumont 2be3193b82 stl_tempbuf.h (__detail::__return_temporary_buffer): Fix sized deallocation size computation.
2019-07-19  François Dumont  <fdumont@gcc.gnu.org>

	* include/bits/stl_tempbuf.h (__detail::__return_temporary_buffer): Fix
	sized deallocation size computation.

From-SVN: r273609
2019-07-19 21:14:41 +00:00
..
algorithmfwd.h Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
alloc_traits.h
allocated_ptr.h
allocator.h
atomic_base.h Define std::atomic_ref and std::atomic<floating-point> for C++20 2019-07-11 20:43:25 +01:00
atomic_futex.h
basic_ios.h
basic_ios.tcc
basic_string.h Replace std::to_string for integers with optimized version 2019-06-12 15:52:02 +01:00
basic_string.tcc LWG2788 basic_string spurious use of a default constructible allocator 2019-05-30 20:48:48 +01:00
boost_concept_check.h
c++0x_warning.h
c++config Fix preprocessor checks for Clang builtins 2019-07-02 12:50:27 +01:00
char_traits.h
charconv.h Replace std::to_string for integers with optimized version 2019-06-12 15:52:02 +01:00
codecvt.h
concept_check.h
cpp_type_traits.h
deque.tcc 2019-05-17 François Dumont <fdumont@gcc.gnu.org> 2019-05-17 16:27:54 +00:00
enable_special_members.h
erase_if.h
forward_list.h Enforce allocator::value_type consistency for containers in C++2a 2019-06-03 14:22:59 +01:00
forward_list.tcc
fs_dir.h
fs_fwd.h
fs_ops.h
fs_path.h Add new helper traits for signed/unsigned integer types 2019-06-26 15:38:23 +01:00
fstream.tcc
functexcept.h
functional_hash.h
gslice_array.h
gslice.h
hashtable_policy.h Simplify node ownership in _Hashtable members 2019-06-17 11:25:04 +01:00
hashtable.h Simplify node ownership in _Hashtable members 2019-06-17 11:25:04 +01:00
indirect_array.h
invoke.h Fix __invoke_r<void> to be valid in C++11 2019-05-17 10:28:17 +01:00
ios_base.h
istream.tcc
list.tcc
locale_classes.h
locale_classes.tcc
locale_conv.h PR libstdc++/90281 Fix string conversions for filesystem::path 2019-06-17 15:19:04 +01:00
locale_facets_nonio.h
locale_facets_nonio.tcc
locale_facets.h
locale_facets.tcc
localefwd.h
mask_array.h
memoryfwd.h
move.h PR libstdc++/90314 fix non-equivalent declarations of std::swap 2019-05-02 22:23:38 +01:00
node_handle.h
ostream_insert.h
ostream.tcc
parse_numbers.h
postypes.h
predefined_ops.h
ptr_traits.h
quoted_string.h
random.h Fix random_device to work with COW strings again 2019-05-31 11:34:53 +01:00
random.tcc
range_access.h Miscellaneous API doc improvements 2019-05-02 16:46:50 +01:00
refwrap.h Miscellaneous API doc improvements 2019-05-02 16:46:50 +01:00
regex_automaton.h
regex_automaton.tcc
regex_compiler.h
regex_compiler.tcc
regex_constants.h
regex_error.h
regex_executor.h
regex_executor.tcc
regex_scanner.h
regex_scanner.tcc
regex.h Make std::match_results::_M_resize more useful 2019-05-14 13:19:05 +01:00
regex.tcc Make std::match_results::_M_resize more useful 2019-05-14 13:19:05 +01:00
shared_ptr_atomic.h Improve smart pointer docs 2019-05-02 22:23:25 +01:00
shared_ptr_base.h LWG 2996 add rvalue overloads for shared_ptr aliasing and casting 2019-05-23 22:41:02 +01:00
shared_ptr.h LWG 2996 add rvalue overloads for shared_ptr aliasing and casting 2019-05-23 22:41:02 +01:00
slice_array.h
specfun.h
sstream.tcc
std_abs.h
std_function.h Use INVOKE<R> in std::function, std::bind and std::packaged_task 2019-05-14 16:25:08 +01:00
std_mutex.h
stl_algo.h PR libstdc++/90920 restore previous checks for empty ranges 2019-06-19 23:57:02 +01:00
stl_algobase.h
stl_bvector.h stl_bvector.h (operator==(const _Bit_iterator_base&, const _Bit_iterator_base&)): Make hidden friend. 2019-05-11 13:29:05 +00:00
stl_construct.h
stl_deque.h Enforce allocator::value_type consistency for containers in C++2a 2019-06-03 14:22:59 +01:00
stl_function.h
stl_heap.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h
stl_iterator.h
stl_list.h Enforce allocator::value_type consistency for containers in C++2a 2019-06-03 14:22:59 +01:00
stl_map.h Fix uses of static_assert not guarded by C++11 check 2019-06-03 23:18:31 +01:00
stl_multimap.h Fix uses of static_assert not guarded by C++11 check 2019-06-03 23:18:31 +01:00
stl_multiset.h Enforce allocator::value_type consistency for containers in C++2a 2019-06-03 14:22:59 +01:00
stl_numeric.h Implement new serial algorithms from Parallelism TS (P0024R2) 2019-06-19 00:01:16 +01:00
stl_pair.h nonesuch is insufficiently useless (lwg2996) 2019-05-14 16:48:27 +01:00
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h Enforce allocator::value_type consistency for containers in C++2a 2019-06-03 14:22:59 +01:00
stl_stack.h
stl_tempbuf.h stl_tempbuf.h (__detail::__return_temporary_buffer): Fix sized deallocation size computation. 2019-07-19 21:14:41 +00:00
stl_tree.h PR libstdc++/85965 move is_invocable assertions again 2019-05-17 15:13:32 +01:00
stl_uninitialized.h Improve API docs for <memory> and <new> 2019-05-10 22:41:11 +01:00
stl_vector.h Enforce allocator::value_type consistency for containers in C++2a 2019-06-03 14:22:59 +01:00
stream_iterator.h Fix non-standard behaviour of std::istream_iterator 2019-06-19 23:57:10 +01:00
streambuf_iterator.h
streambuf.tcc
string_view.tcc
stringfwd.h
uniform_int_dist.h
unique_lock.h
unique_ptr.h LWG 2899 - Make is_move_constructible correct for unique_ptr 2019-05-14 12:17:11 +01:00
unordered_map.h
unordered_set.h
uses_allocator.h
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc