[libcxx-commits] [PATCH] D95821: [docs] Explain noexcept policy for narrow contracts.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 2 15:41:28 PST 2021


zoecarver added inline comments.


================
Comment at: libcxx/docs/DesignDocs/NoexceptPolicy.rst:15
+
+Before version 13, libc++ did not specify whether a function that did not
+throw would be marked as ``noexcept``, so users should not rely on any
----------------
Now that we just say that we might mark some functions as noexcept, we might not need this paragraph, what do you think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95821



More information about the libcxx-commits mailing list