1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update RegEx.hpp

This commit is contained in:
Sandu Liviu Catalin 2022-06-23 21:07:52 +03:00
parent eb90d9bc99
commit 2d24860905

View File

@ -505,7 +505,7 @@ struct RxInstance
RxInstance & operator = (const RxInstance &) = delete; RxInstance & operator = (const RxInstance &) = delete;
/* -------------------------------------------------------------------------------------------- /* --------------------------------------------------------------------------------------------
* Move constructor. * Move assignment operator.
*/ */
RxInstance & operator = (RxInstance && o) noexcept RxInstance & operator = (RxInstance && o) noexcept
{ {