[all-commits] [llvm/llvm-project] f89d70: [libc++] Accept __VA_ARGS__ in conditional _NOEXCE...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jan 30 05:34:00 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f89d707e5f5e531fb854f70e02d9eaa32aaf19bd
https://github.com/llvm/llvm-project/commit/f89d707e5f5e531fb854f70e02d9eaa32aaf19bd
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M libcxx/include/__config
M libcxx/include/__utility/pair.h
M libcxx/include/string
M libcxx/include/tuple
M libcxx/include/vector
Log Message:
-----------
[libc++] Accept __VA_ARGS__ in conditional _NOEXCEPT_ macro (#79877)
This prevents having to use double parentheses in common cases.
More information about the All-commits
mailing list