[all-commits] [llvm/llvm-project] 2a5ba4: [libc++] LWG3643: Missing `constexpr` in `std::cou...
Xiaoyang Liu via All-commits
all-commits at lists.llvm.org
Fri Apr 12 07:36:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a5ba4fb895931b7dc86f4304b0e64153a1175d4
https://github.com/llvm/llvm-project/commit/2a5ba4fb895931b7dc86f4304b0e64153a1175d4
Author: Xiaoyang Liu <siujoeng.lau at gmail.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M libcxx/docs/Status/Cxx23Issues.csv
M libcxx/include/__iterator/counted_iterator.h
M libcxx/test/std/iterators/predef.iterators/counted.iterator/increment.pass.cpp
Log Message:
-----------
[libc++] LWG3643: Missing `constexpr` in `std::counted_iterator` (#87901)
This pull request implements LWG3643: Missing constexpr in
std::counted_iterator. Specifically, one overload of
std::counted_operator::operator++ was not marked as constexpr,
despite being eligible for it after the introduction of try-block
support in constexpr functions in C++20.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list