[all-commits] [llvm/llvm-project] c83832: [libc++] LWG4511: Inconsistency between the deduct...
eiytoq via All-commits
all-commits at lists.llvm.org
Tue Apr 14 01:16:31 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c83832275136474dd9ad0a34c8e0e764a2853cc0
https://github.com/llvm/llvm-project/commit/c83832275136474dd9ad0a34c8e0e764a2853cc0
Author: eiytoq <eiytoq at outlook.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/include/__mdspan/mdspan.h
M libcxx/include/mdspan
M libcxx/test/std/containers/views/mdspan/mdspan/deduction.pass.cpp
Log Message:
-----------
[libc++] LWG4511: Inconsistency between the deduction guide of `std::mdspan` taking `(data_handle_type, mapping_type, accessor_type)` and the corresponding constructor (#191950)
No functional change; this only removes a redundant const qualifier.
Fixes: #189860
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