.. |
add_lvalue_reference
|
|
|
add_rvalue_reference
|
|
|
addressof
|
|
|
aligned_storage
|
|
|
allocator
|
|
|
allocator_traits
|
invoke.cc: Avoid -Wall warnings.
|
2011-06-22 21:46:17 +00:00 |
auto_ptr
|
PR libstdc++/36104 part four
|
2011-01-30 22:39:36 +00:00 |
bad_function_call
|
|
|
bind
|
fix linenos
|
2011-11-22 10:53:28 -05:00 |
common_type/requirements
|
|
|
conditional/requirements
|
|
|
decay/requirements
|
|
|
declval/requirements
|
type_traits (is_nothrow_destructible): Implement.
|
2012-04-23 21:34:06 +00:00 |
default_delete
|
re PR libstdc++/48631 ([C++0x] default_delete<T[]> accepts pointer conversions in function call operator)
|
2011-04-16 02:02:29 +00:00 |
duration
|
re PR libstdc++/54025 (atomic<chrono::duration> won't compile: chrono::duration::duration() is not C++11 compliant)
|
2012-07-20 09:48:57 +00:00 |
duration_cast
|
|
|
enable_if/requirements
|
|
|
enable_shared_from_this
|
re PR libstdc++/46869 (FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev)
|
2010-12-19 16:20:25 +00:00 |
forward
|
type_traits: Doxygen improvements.
|
2011-12-04 16:53:17 +00:00 |
function
|
functional (function::function(F)): LWG 2132: Disable constructor if argument isn't callable.
|
2012-04-29 23:59:37 +01:00 |
function_objects
|
functional (mem_fn): Qualify to prevent ADL.
|
2012-03-27 21:25:12 +01:00 |
has_trivial_copy_assign
|
|
|
has_trivial_copy_constructor
|
|
|
has_trivial_default_constructor
|
|
|
hash
|
re PR libstdc++/52931 (std::hash shouldn't be defined for unknown types)
|
2012-04-11 11:27:50 +00:00 |
headers
|
re PR c++/50920 (add a -std=c++11 option to the driver)
|
2011-10-31 15:34:14 -04:00 |
is_assignable
|
[multiple changes]
|
2011-05-19 10:30:20 +00:00 |
is_compound
|
[multiple changes]
|
2011-04-13 22:52:45 +00:00 |
is_constructible
|
type_traits (is_nothrow_destructible): Implement.
|
2012-04-23 21:34:06 +00:00 |
is_convertible
|
[multiple changes]
|
2011-04-13 22:52:45 +00:00 |
is_copy_assignable
|
[multiple changes]
|
2011-05-19 10:30:20 +00:00 |
is_copy_constructible
|
type_traits (is_nothrow_default_constructible, [...]): Add.
|
2011-04-19 00:10:53 +00:00 |
is_default_constructible
|
type_traits (is_nothrow_destructible): Implement.
|
2012-04-23 21:34:06 +00:00 |
is_destructible
|
type_traits (is_nothrow_destructible): Implement.
|
2012-04-23 21:34:06 +00:00 |
is_floating_point
|
limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128.
|
2011-09-21 11:23:11 +00:00 |
is_function
|
[multiple changes]
|
2011-04-13 22:52:45 +00:00 |
is_fundamental
|
[multiple changes]
|
2011-04-13 22:52:45 +00:00 |
is_integral
|
limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128.
|
2011-09-21 11:23:11 +00:00 |
is_literal_type
|
|
|
is_lvalue_reference
|
|
|
is_member_function_pointer
|
[multiple changes]
|
2011-04-13 22:52:45 +00:00 |
is_member_object_pointer
|
[multiple changes]
|
2011-04-13 22:52:45 +00:00 |
is_member_pointer
|
[multiple changes]
|
2011-04-13 22:52:45 +00:00 |
is_move_assignable
|
[multiple changes]
|
2011-05-19 10:30:20 +00:00 |
is_move_constructible
|
type_traits (is_nothrow_default_constructible, [...]): Add.
|
2011-04-19 00:10:53 +00:00 |
is_nothrow_assignable
|
[multiple changes]
|
2011-05-19 10:30:20 +00:00 |
is_nothrow_constructible
|
type_traits (is_nothrow_default_constructible, [...]): Add.
|
2011-04-19 00:10:53 +00:00 |
is_nothrow_copy_assignable
|
[multiple changes]
|
2011-05-19 10:30:20 +00:00 |
is_nothrow_copy_constructible
|
type_traits (is_nothrow_default_constructible, [...]): Add.
|
2011-04-19 00:10:53 +00:00 |
is_nothrow_default_constructible
|
type_traits (is_nothrow_default_constructible, [...]): Add.
|
2011-04-19 00:10:53 +00:00 |
is_nothrow_destructible
|
type_traits (is_nothrow_destructible): Implement.
|
2012-04-23 21:34:06 +00:00 |
is_nothrow_move_assignable
|
[multiple changes]
|
2011-05-19 10:30:20 +00:00 |
is_nothrow_move_constructible
|
type_traits (is_nothrow_default_constructible, [...]): Add.
|
2011-04-19 00:10:53 +00:00 |
is_object
|
[multiple changes]
|
2011-04-13 22:52:45 +00:00 |
is_pod
|
|
|
is_reference
|
|
|
is_rvalue_reference
|
|
|
is_scalar
|
re PR libstdc++/46718 ([c++0x] nullptr_t must be scalar)
|
2010-11-30 12:52:38 +00:00 |
is_signed
|
limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128.
|
2011-09-21 11:23:11 +00:00 |
is_standard_layout
|
|
|
is_trivial
|
|
|
is_trivially_destructible
|
re PR libstdc++/52702 ([C++11] std::is_trivially_destructible is missing)
|
2012-04-15 23:35:27 +00:00 |
is_unsigned
|
limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128.
|
2011-09-21 11:23:11 +00:00 |
make_signed/requirements
|
type_traits (is_nothrow_destructible): Implement.
|
2012-04-23 21:34:06 +00:00 |
make_unsigned/requirements
|
type_traits (is_nothrow_destructible): Implement.
|
2012-04-23 21:34:06 +00:00 |
move
|
|
|
move_if_noexcept
|
move.h (move_if_noexcept): Add.
|
2011-04-27 18:37:32 +00:00 |
owner_less
|
|
|
pair
|
DR 1170 PR c++/51213
|
2012-07-18 21:36:50 -04:00 |
pointer_traits
|
ptr_traits.h (pointer_traits::rebind): Make public.
|
2012-04-22 14:42:38 +01:00 |
ratio
|
re PR libstdc++/53840 ([C++11] DR 921. Rational Arithmetic should use template aliases)
|
2012-07-03 19:24:07 +00:00 |
raw_storage_iterator/requirements
|
|
|
reference_wrapper
|
re PR libstdc++/52317 (incorrect FSF address)
|
2012-02-21 10:55:54 +00:00 |
remove_reference
|
|
|
result_of
|
type_traits (result_of): Fix handling of cv-quals.
|
2012-03-27 10:03:10 +01:00 |
scoped_allocator
|
scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to varargs function.
|
2012-04-25 19:03:03 +01:00 |
shared_ptr
|
re PR c++/52924 (Using an std::function object as deleter of shared_ptr in C++0x mode does not compile)
|
2012-04-11 23:54:53 +01:00 |
specialized_algorithms
|
808590.cc: New.
|
2012-04-17 16:41:40 +00:00 |
steady_clock
|
chrono: (system_clock::is_steady): Update to N3291 from is_monotonic.
|
2011-07-21 03:27:51 +00:00 |
system_clock
|
1.cc: Add dg-require-time.
|
2012-01-25 19:00:30 +00:00 |
time_point
|
less_or_equal.cc: New.
|
2011-09-16 16:28:31 +00:00 |
time_point_cast
|
|
|
tuple
|
re PR libstdc++/53648 ([C++11] nested empty tuples)
|
2012-06-14 23:07:33 +01:00 |
typeindex
|
|
|
underlying_type/requirements
|
type_traits (struct underlying_type): Add.
|
2011-04-25 23:04:16 +00:00 |
unique_ptr
|
valarray (~valarray): Use noexcept.
|
2011-06-14 17:48:29 +00:00 |
uses_allocator
|
re PR libstdc++/53648 ([C++11] nested empty tuples)
|
2012-06-14 23:07:33 +01:00 |
weak_ptr
|
re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constructor to be deleted, but still declared)
|
2011-10-18 13:39:15 -04:00 |
rel_ops.cc
|
|
|
temporary_buffer.cc
|
testsuite_iterators.h: Guard move.h includes.
|
2010-12-16 22:02:38 +00:00 |