..
add_lvalue_reference
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
add_rvalue_reference
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
addressof
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
aligned_storage
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
allocator
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
allocator_traits
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
auto_ptr
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
bad_function_call
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
bind
functional (_Derives_from_unary_function): Remove.
2013-04-07 10:42:51 +00:00
common_type /requirements
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
conditional /requirements
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
decay /requirements
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
declval /requirements
type_traits (is_null_pointer): Add.
2013-05-02 11:00:26 +00:00
default_delete
unique_ptr.h (make_unique): Declare inline.
2013-05-18 21:18:55 +01:00
duration
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
duration_cast
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
enable_if /requirements
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
enable_shared_from_this
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
exchange
utility (exchange): Define.
2013-05-18 17:18:35 +01:00
forward
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
function
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
function_objects
55463.cc: Avoid -Wunused warnings.
2013-03-09 11:45:48 +00:00
has_trivial_copy_assign
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
has_trivial_copy_constructor
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
has_trivial_default_constructor
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
hash
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
headers
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
integral_constant
constexpr_data.cc: Move...
2013-05-02 12:03:30 +00:00
is_assignable
re PR c++/48665 (type of const member function)
2013-04-22 16:35:58 -04:00
is_compound
re PR libstdc++/56609 ([C++11] Several type traits give incorrect results for std::nullptr_t)
2013-03-13 11:15:45 +00:00
is_constructible
re PR c++/48665 (type of const member function)
2013-04-22 16:35:58 -04:00
is_convertible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_copy_assignable
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_copy_constructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_default_constructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_destructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_floating_point
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_function
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_fundamental
re PR libstdc++/56609 ([C++11] Several type traits give incorrect results for std::nullptr_t)
2013-03-13 11:15:45 +00:00
is_integral
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_literal_type
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_lvalue_reference
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_member_function_pointer
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_member_object_pointer
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_member_pointer
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_move_assignable
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_move_constructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_nothrow_assignable
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_nothrow_constructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_nothrow_copy_assignable
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_nothrow_copy_constructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_nothrow_default_constructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_nothrow_destructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_nothrow_move_assignable
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_nothrow_move_constructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_null_pointer
type_traits (is_null_pointer): Add.
2013-05-02 11:00:26 +00:00
is_object
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_pod
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_reference
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_rvalue_reference
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_scalar
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_signed
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_standard_layout
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_trivial
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_trivially_destructible
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
is_unsigned
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
make_signed /requirements
type_traits (is_null_pointer): Add.
2013-05-02 11:00:26 +00:00
make_unsigned /requirements
type_traits (is_null_pointer): Add.
2013-05-02 11:00:26 +00:00
move
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
move_if_noexcept
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
owner_less
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
pair
tuple (get): Implement N3670.
2013-05-19 14:31:36 +01:00
pointer_traits
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
ratio
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
raw_storage_iterator /requirements
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
reference_wrapper
re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract type)
2013-05-21 09:15:13 +01:00
remove_reference
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
result_of
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
scoped_allocator
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
shared_ptr
re PR libstdc++/51365 (cannot use final empty class in std::tuple)
2013-04-28 12:38:21 +01:00
specialized_algorithms
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
steady_clock
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
system_clock
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
time_point
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
time_point_cast
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
tuple
tuple (get): Implement N3670.
2013-05-19 14:31:36 +01:00
typeindex
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
underlying_type /requirements
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
unique_ptr
unique_ptr.h (make_unique): Declare inline.
2013-05-18 21:18:55 +01:00
uses_allocator
user.cfg.in: Set __cplusplus to 201103L.
2013-02-20 01:52:36 +00:00
weak_ptr
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
rel_ops.cc
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00
temporary_buffer.cc
Update copyright in libstdc++-v3.
2013-02-03 17:54:05 +00:00