Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 2a5ba4fb895931b7dc86f4304b0e64153a1175d4 Author: Xiaoyang Liu <siujoeng.lau@gmail.com> Date: Fri Apr 12 10:04:21 2024 -0400 [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. |