On 12/29/2014 08:45 PM, Nelson, Clark wrote:
N3928 Extending static_assert
Thank you for this. My first 0.02 * monetary_unit;

For N3928 Extending static_assert why not just bump up the date on __cpp_static_assert?

Related to this I'm assuming an implementation is allowed to bump up the date on a macro if they implement updates over several iterations of a feature.
Users could be encouraged to check __cpp_feature >= <some_min_date> for example.

We could bump the date on __cpp_unicode_literals for - Scartch that - that's for strings.
Just __cpp_utf8_char_literals I think.

N4295 - Folding expressions: __cpp_parameter_pack_sorcery, __cpp_fold_expressions is probably better.

N4266 - Attributes for namespaces and enumerators.  They really are sort of two different things:

__cpp_namespace_attributes 201411
__cpp_enumerator_attributes 201411

"Wording for Forwarding References" is editorial I'm pretty sure
as is "Cleanup for exception-specification and throw-expression"

Safe conversions in unique_ptr<T[]> -

A proposal to add invoke function template - __cpp_lib_invoke 201411.

N4280 - Non-member size() and more: __cpp_lib_nonmember_container_access 201411.

Contiguous Iterators - editorial.

I gotta run.  I'll look and think about this more tonight.