This commit is contained in:
Gabi Melman
2018-09-03 19:08:57 +03:00
committed by GitHub
parent 3698c1d2f1
commit 37cd707294

View File

@@ -64,8 +64,8 @@ struct async_msg
return *this;
}
#else // (_MSC_VER) && _MSC_VER <= 1800
async_msg(async_msg &&other) = default;
async_msg &operator=(async_msg &&other) = default;
async_msg(async_msg &&) = default;
async_msg &operator=(async_msg &&) = default;
#endif
// construct from log_msg with given type