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:
parent
eb90d9bc99
commit
2d24860905
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user