From 2d248609051a72043abc50aadeb64dacc9148b35 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Thu, 23 Jun 2022 21:07:52 +0300 Subject: [PATCH] Update RegEx.hpp --- module/Library/RegEx.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Library/RegEx.hpp b/module/Library/RegEx.hpp index bb47b121..eeb5b533 100644 --- a/module/Library/RegEx.hpp +++ b/module/Library/RegEx.hpp @@ -505,7 +505,7 @@ struct RxInstance RxInstance & operator = (const RxInstance &) = delete; /* -------------------------------------------------------------------------------------------- - * Move constructor. + * Move assignment operator. */ RxInstance & operator = (RxInstance && o) noexcept {