Thinking of introducing std::string_view
in your existing ATL/MFC C++ code base?
Adventures with string_view: Making string_view Play Well with ATL/MFC CString
by Giovanni Dicanio
From the blog post:
So, problem solved? Nope. Don’t forget that this is C++! And things can get more “interesting” when you apparently solved one problem.
Add a Comment