[libcxx-commits] [PATCH] D119349: [libc++][format] LWG-3654 basic_format_context::arg(size_t) should be noexcept

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 08:11:59 PST 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

We have the LWG issues list now, so you could rebase onto that. LGTM but please rebase onto the LWG issue and mark it as fixed in this commit. Doing it in the same commit is useful because you can `git blame` the status page, and it shows you what commit fixed it exactly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119349



More information about the libcxx-commits mailing list