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

VS2019, SDK 10.0.18362.0: std::char_traits moved #21

Open
zenbooster opened this issue Sep 24, 2019 · 1 comment
Open

VS2019, SDK 10.0.18362.0: std::char_traits moved #21

zenbooster opened this issue Sep 24, 2019 · 1 comment

Comments

@zenbooster
Copy link

in <string_ref.h> std::char_traits moved from <iosfwd> to <string>.
Solution:

//#include <iosfwd> // std::char_traits
#include <string> // std::char_traits
@ghost
Copy link

ghost commented Jan 30, 2020

yep 👍 been doing this for weeks

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

No branches or pull requests

1 participant