Update msvcstl.hpp

This commit is contained in:
alk 2022-11-22 16:47:04 +03:00 committed by GitHub
parent 4f66b8d8f7
commit af35eb7228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ namespace gd {
std::string val;
val = std::forward<Params>(param);
(void)this->winAssign(val.c_str(), val.size());
return *this;
}
~string() {