[all-commits] [llvm/llvm-project] b9ca1e: [libc++][NFC] Use noexcept instead of _NOEXCEPT fo...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Apr 11 09:31:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9ca1e5a5a31a90afcecc02cd9555ed4ec9ff617
https://github.com/llvm/llvm-project/commit/b9ca1e5a5a31a90afcecc02cd9555ed4ec9ff617
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths:
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/system_error
Log Message:
-----------
[libc++][NFC] Use noexcept instead of _NOEXCEPT for code compiled into the library
We build the library with C++20 anyways, so we can use noexcept directly.
More information about the All-commits
mailing list