N3936 29.2 [atomics.syn] declares: ``` bool atomic_compare_exchange_weak_explicit(atomic-type *, T*, T. memory_order, memory_order) noexcept; ``` This says `T.` when it should say `T,` like the declaration immediately above it.