[all-commits] [llvm/llvm-project] 99d5fa: [libc++] Remove invalid C++20 code from a test.
mordante via All-commits
all-commits at lists.llvm.org
Sat Jan 23 11:14:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99d5fad7a5cabac39d8a93485d1ad0ef4ba2a579
https://github.com/llvm/llvm-project/commit/99d5fad7a5cabac39d8a93485d1ad0ef4ba2a579
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-01-23 (Sat, 23 Jan 2021)
Changed paths:
M libcxx/test/std/concepts/concept.destructible/destructible.compile.pass.cpp
Log Message:
-----------
[libc++] Remove invalid C++20 code from a test.
During the review of D91986 it has been discovered the in C++11
deprecated `throw()` exception specification has been removed in
C++20. Removed the part of the test code using this feature.
More information about the All-commits
mailing list