Update msvcstl.hpp

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

View file

@ -44,7 +44,7 @@ namespace gd {
}
template <class Param>
string& operator=(Params&& param) {
string& operator=(Param&& param) {
std::string val;
val = std::forward<Param>(param);
(void)this->winAssign(val.c_str(), val.size());