diff options
Diffstat (limited to 'modules/core/c++')
-rw-r--r-- | modules/core/c++/error.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/c++/error.hpp b/modules/core/c++/error.hpp index 3335a6e..8439f85 100644 --- a/modules/core/c++/error.hpp +++ b/modules/core/c++/error.hpp @@ -294,6 +294,7 @@ bool error::is_type() const { ErrStream << " - " << err_msg; \ } \ ErrStream << std::endl; \ + return std::move(err); \ } \ auto& ValueName = ErrorName.get_value() |