[libcxx-commits] [PATCH] D145095: [libc++] Granularize <exception>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 9 08:45:49 PST 2023


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/include/__exception/exception.h:24
+
+namespace std {
+
----------------
In all headers, please keep the comments about the non-versioned namespace being used on purpose.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145095



More information about the libcxx-commits mailing list