-
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
<mdspan>
: Add _EXPORT_STD
, tiny cleanups
#3563
<mdspan>
: Add _EXPORT_STD
, tiny cleanups
#3563
Conversation
This PR placed occurences of |
@@ -117,6 +117,7 @@ struct _Mdspan_extent_type<_IndexType, 0> { | |||
} | |||
}; | |||
|
|||
_EXPORT_STD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add test in tests/std/include/test_header_units_and_modules.hpp
for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, once I learn how to use <mdspan>
in a basic way πΉ Added to my todo list if nobody else gets to it first, thanks.
@frederick-vs-ja Huh, thanks for noticing I did that. It wasn't intentional, added to my todo list to fix. |
Addresses microsoft#3563 (comment)
Addresses microsoft#3563 (comment)
_STD
qualification formake_index_sequence
._Multiply()
. Also,_X
and_Y
were macro-like._EXPORT_STD
and despair. π§ββοΈ