diff --git a/result.hpp b/result.hpp index 75dd7fc..e555220 100644 --- a/result.hpp +++ b/result.hpp @@ -110,6 +110,10 @@ template class Result : public std::variant> { public: + /** + * @brief default class constructor + */ + Result() = default; /** * @brief Result constructor with value * @param value