[libcxx-commits] [PATCH] D80558: Add constexpr to pair

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 26 08:38:56 PDT 2020


miscco added a comment.

I somehow missed to add the description to the PR so here it is:

This implements the changes to utility as described by the misc_constexpr <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1032r1.html> paper.

While there I tried to overhaul the tests to get rid of the local classes that should be able to be replaced by the archetypes


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80558/new/

https://reviews.llvm.org/D80558





More information about the libcxx-commits mailing list