[all-commits] [llvm/llvm-project] 93b333: [libc++] Remove _LIBCPP_HAS_NO_STRONG_ENUMS.
mordante via All-commits
all-commits at lists.llvm.org
Tue Mar 1 11:27:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93b333908d0ddeb637d78ab4e84acfa4699a7da5
https://github.com/llvm/llvm-project/commit/93b333908d0ddeb637d78ab4e84acfa4699a7da5
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M libcxx/include/__config
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/system_error
M libcxx/test/std/thread/futures/futures.overview/launch.pass.cpp
M libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/make_signed.pass.cpp
M libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/make_unsigned.pass.cpp
Log Message:
-----------
[libc++] Remove _LIBCPP_HAS_NO_STRONG_ENUMS.
All supported compilers have implemented this feature.
Therefore use the language version instead of the feature macro.
Reviewed By: #libc, philnik, ldionne, Quuxplusone
Differential Revision: https://reviews.llvm.org/D119865
More information about the All-commits
mailing list