Skip to content
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

Remove workaround for bug #28

Closed
sylveon opened this issue Sep 10, 2020 · 0 comments
Closed

Remove workaround for bug #28

sylveon opened this issue Sep 10, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@sylveon
Copy link
Owner

sylveon commented Sep 10, 2020

There currently is a workaround for microsoft/STL#1183 here:

// TODO: uncomment when https://github.com/microsoft/STL/wiki/Changelog#expected-in-vs-2019-168-preview-3 ships
#pragma warning(suppress: 4244)
std::fill(reinterpret_cast<volatile std::uint8_t*>(this), reinterpret_cast<volatile std::uint8_t*>(this + 1), /*static_cast<std::uint8_t>*/(0xCC));

It should be removed when possible

@sylveon sylveon added enhancement New feature or request bug Something isn't working labels Sep 10, 2020
@sylveon sylveon closed this as completed Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant