mini-tor icon indicating copy to clipboard operation
mini-tor copied to clipboard

VS2019, SDK 10.0.18362.0: std::char_traits moved

Open zenbooster opened this issue 6 years ago • 1 comments

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

//#include <iosfwd> // std::char_traits
#include <string> // std::char_traits

zenbooster avatar Sep 24 '19 11:09 zenbooster

yep 👍 been doing this for weeks

ghost avatar Jan 30 '20 09:01 ghost