diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-17 11:59:41 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-17 11:59:41 +0200 |
commit | d52d9f86a505bc921fea7a3fa5ff3075b67151ff (patch) | |
tree | 5adf83fa0ba374a47def121e70c7262e70cdf993 /modules/core | |
parent | 0ce167bebc9679385c4f60b0e96967b6f87a74bd (diff) |
Add return.
Diffstat (limited to 'modules/core')
-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() |