-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib] Remove #warning
in Random.cpp (_WIN32)
#20414
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
Conversation
@compnerd Have you managed to test Please merge this pull request, if you think the |
@benrimmington no, I don't think that we have tests for this yet which is why I haven't removed the warning yet. |
Should the Could the validation-test call |
@benrimmington I have a ready implementation to formally introduce |
@Azoy Can your Does your Shall I remove Shall I also remove the |
If it's not used and has an underscore prefix then it seems like |
cc: @lorentey who might have some opinions on what we could do. |
cc: @airspeedswift as well |
Oh, I haven't realized we aren't using As long as we don't need it, It seems cleaner to add a de-underscored version later than trying to support both. |
I submitted #20463 to remove it! |
No description provided.