-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initially use [[msvc::no_unique_address]]
for some C++23 components
#4960
base: main
Are you sure you want to change the base?
Initially use [[msvc::no_unique_address]]
for some C++23 components
#4960
Conversation
- `in_value_result` - `out_value_result` - `mdspan` - `join_with_view`'s sentinel - `enumerate_view`'s iterator and sentinel - `chunk_view`'s iterator - `slide_view`'s sentinel
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
VSO-2355645 DevCom-10837331 " |
This comment was marked as resolved.
This comment was marked as resolved.
Internal MSVC-PR-608181 has finally updated the toolset to 17.14 Preview 1 in MSVC Now we're just waiting for MSVC |
Towards #1364.
Applied:
in_value_result
out_value_result
mdspan
join_with_view
's sentinelenumerate_view
's iterator and sentinelchunk_view
's iteratorslide_view
's sentinelelements_of
Not yet applied due to DevCom-10588147 and possibly related issues.
view_interface
as their empty bases.iterator_category
.chunk_by_view
's iterator, possibly because the non-potentially-overlapping member is listed first.Not yet applied because it's unclear to me how to reuse padding bytes in
tuple
zip
-familyNot yet applied due to another unclear reasons
expected
Other changes:
/* [[no_unique_address]] */
for_Index_type
ofrepeat_view
's iterator because the_Index_type
never has padding bytes<mdspan>
: More EBO #3847 to a separated test fileattempt to test NVCC for these changesfailed and reverted.