[libcxx-commits] [PATCH] D60422: Remove default parameters (P0935R0)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 8 14:54:03 PDT 2019


zoecarver created this revision.
zoecarver added reviewers: mclow.lists, ldionne, EricWF.
Herald added subscribers: libcxx-commits, dexonsmith.

Implement changes specified in P0935R0 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0935r0.html>.

There were a few constructors in the `queue` header which did not look right, so I updated them using my best judgment.


Repository:
  rCXX libc++

https://reviews.llvm.org/D60422

Files:
  include/algorithm
  include/locale
  include/queue
  include/random
  include/regex
  include/sstream
  include/stack
  include/strstream

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60422.194209.patch
Type: text/x-patch
Size: 40541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190408/a7db1c01/attachment-0001.bin>


More information about the libcxx-commits mailing list