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

std::memset #808

Open
prlw1 opened this issue Apr 15, 2024 · 2 comments
Open

std::memset #808

prlw1 opened this issue Apr 15, 2024 · 2 comments
Assignees

Comments

@prlw1
Copy link
Contributor

prlw1 commented Apr 15, 2024

Essentially, we #include <cstring> and then use memset rather than std::memset and there isn't a using namespace std.

Admittedly I haven't been able to reproduce the not in scope error someone else reported to me, but given that we are using std11, I think the above makes sense.

@philipianpearce
Copy link
Contributor

I agree, I will change code in v5.6.dev to std::memset.

@philipianpearce
Copy link
Contributor

@prlw1 also did you get my comment on #597?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants