From 09a855ae3c80dfcf5fa97c3fc6425f52660652d6 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
tuple_size
should always derive from integral_constant<size_t, N>
Update definitions of the partial specializations for const and volatile types. +
Use perfect forwarding for right operand.
regex_match()/regex_search()
with match_results
should forbid temporary strings
Add deleted overloads for rvalue strings. @@ -446,6 +449,9 @@
seed_seq::size()
should be noexcept
Add noexcept
.
+
Define the typedefs.
raw_storage_iterator::base()
member
@@ -466,4 +472,8 @@
allocator_traits::max_size()
default behavior is incorrect
Divide by the object type. +
priority_queue
lacking comparator typedef
+
+ Define the value_compare
typedef.