diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-25 11:25:25 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-25 11:25:25 -0500 |
commit | 255fa256b106506e0c951f704314c5c633217468 (patch) | |
tree | acda2292f4ef315a64de763d4ee8e9a82f587a8c /include/fud_result.hpp | |
parent | 204dad55119df079ca54309bc4b740280fa54c31 (diff) |
Further expansion of string api.
Diffstat (limited to 'include/fud_result.hpp')
-rw-r--r-- | include/fud_result.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fud_result.hpp b/include/fud_result.hpp index 9c69800..e4e36cf 100644 --- a/include/fud_result.hpp +++ b/include/fud_result.hpp @@ -24,7 +24,7 @@ namespace fud { template<typename T, typename E> -class Result { +class [[nodiscard]] Result { public: using ResultType = Result<T, E>; static ResultType okay(const T& okay) |