gcc/libstdc++-v3/include/bits
Paolo Carlini 59aa28e80f basic_string.h: Fix _S_local_capacity for large sizeof(_CharT).
2014-12-22  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/basic_string.h: Fix _S_local_capacity for
	large sizeof(_CharT).

From-SVN: r219031
2014-12-22 18:58:44 +00:00
..
algorithmfwd.h re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot use std::max_element) 2014-12-22 16:00:16 +00:00
alloc_traits.h
allocated_ptr.h
allocator.h
atomic_base.h atomic_base.h: Avoid including <stdbool.h>. 2014-10-24 12:54:43 +00:00
basic_ios.h
basic_ios.tcc
basic_string.h basic_string.h: Fix _S_local_capacity for large sizeof(_CharT). 2014-12-22 18:58:44 +00:00
basic_string.tcc New std::string implementation. 2014-12-19 18:16:39 +00:00
boost_concept_check.h
c++0x_warning.h
c++14_warning.h
c++config re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot use std::max_element) 2014-12-22 16:00:16 +00:00
char_traits.h
codecvt.h re PR libstdc++/13631 (Problems in messages) 2014-12-03 19:47:00 +00:00
concept_check.h
cpp_type_traits.h machmode.h (int_n_data_t): New. 2014-10-14 15:44:36 -04:00
deque.tcc
enable_special_members.h
forward_list.h
forward_list.tcc
fstream.tcc
functexcept.h
functional_hash.h
gslice_array.h
gslice.h
hashtable_policy.h hashtable_policy.h (_Map_base::operator[], [...]): Simplify definitions with trailing return types. 2014-12-05 10:35:51 +00:00
hashtable.h hashtable.h: Fix whitespace and simplify function definitions with trailing return types. 2014-12-03 12:00:02 +00:00
indirect_array.h
ios_base.h Define C++11 version of std::ios_base::failure. 2014-11-14 12:17:57 +00:00
istream.tcc
list.tcc re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1)) 2014-10-13 10:00:27 +00:00
locale_classes.h New std::string implementation. 2014-12-19 18:16:39 +00:00
locale_classes.tcc re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __EXCEPTIONS to determine whether exceptions are available) 2014-12-12 15:58:49 +00:00
locale_facets_nonio.h re PR libstdc++/60396 (Missing time_get<>::get() functions) 2014-12-22 13:45:44 +00:00
locale_facets_nonio.tcc re PR libstdc++/60396 (Missing time_get<>::get() functions) 2014-12-22 13:45:44 +00:00
locale_facets.h New std::string implementation. 2014-12-19 18:16:39 +00:00
locale_facets.tcc New std::string implementation. 2014-12-19 18:16:39 +00:00
localefwd.h New std::string implementation. 2014-12-19 18:16:39 +00:00
mask_array.h
memoryfwd.h
move.h
ostream_insert.h
ostream.tcc
parse_numbers.h
postypes.h
predefined_ops.h re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot use std::max_element) 2014-12-22 16:00:16 +00:00
ptr_traits.h
random.h
random.tcc
range_access.h
regex_automaton.h
regex_automaton.tcc
regex_compiler.h regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by _UseCache::value. 2014-12-03 16:16:33 +00:00
regex_compiler.tcc re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working) 2014-11-13 07:40:01 +00:00
regex_constants.h
regex_error.h
regex_executor.h re PR libstdc++/63920 (Any regular expression should not match an empty sequence if match_not_null is specified) 2014-11-25 05:43:04 +00:00
regex_executor.tcc re PR libstdc++/63920 (Any regular expression should not match an empty sequence if match_not_null is specified) 2014-11-25 05:43:04 +00:00
regex_scanner.h
regex_scanner.tcc
regex.h New std::string implementation. 2014-12-19 18:16:39 +00:00
regex.tcc re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect results) 2014-12-17 09:25:44 +00:00
shared_ptr_atomic.h std::shared_ptr atomic operations 2014-11-12 23:55:11 +00:00
shared_ptr_base.h re PR libstdc++/58594 (std::make_shared does not accept const types as parameters) 2014-12-13 00:44:17 +00:00
shared_ptr.h re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __EXCEPTIONS to determine whether exceptions are available) 2014-12-12 15:58:49 +00:00
slice_array.h
sstream.tcc
stl_algo.h re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot use std::max_element) 2014-12-22 16:00:16 +00:00
stl_algobase.h re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot use std::max_element) 2014-12-22 16:00:16 +00:00
stl_bvector.h Make std::vector<bool> meet C++11 allocator requirements. 2014-10-31 20:49:40 +00:00
stl_construct.h
stl_deque.h re PR libstdc++/63811 (r217322 breaks bootstrap) 2014-11-11 10:41:46 +00:00
stl_function.h re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot use std::max_element) 2014-12-22 16:00:16 +00:00
stl_heap.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h Define __void_t and SFINAE-friendly iterator_traits. 2014-11-11 23:57:35 +00:00
stl_iterator.h stl_iterator.h (make_reverse_iterator): LWG DR 2285. 2014-12-12 13:35:55 +00:00
stl_list.h New std::string implementation. 2014-12-19 18:16:39 +00:00
stl_map.h
stl_multimap.h
stl_multiset.h
stl_numeric.h
stl_pair.h
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h
stl_stack.h
stl_tempbuf.h
stl_tree.h re PR libstdc++/63698 (std::set leaks nodes on assignment) 2014-11-05 19:16:13 +00:00
stl_uninitialized.h
stl_vector.h
stream_iterator.h
streambuf_iterator.h
streambuf.tcc
stringfwd.h New std::string implementation. 2014-12-19 18:16:39 +00:00
unique_ptr.h Use aliases for type traits in C++14 mode. 2014-11-04 02:49:20 +00:00
unordered_map.h
unordered_set.h
uses_allocator.h Define __void_t and SFINAE-friendly iterator_traits. 2014-11-11 23:57:35 +00:00
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc Make std::vector<bool> meet C++11 allocator requirements. 2014-10-31 20:49:40 +00:00