Fixes specialization error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -7,7 +7,7 @@ namespace ArbUt {
|
|||||||
|
|
||||||
/// @brief Simple data class to return a functions success or failure.
|
/// @brief Simple data class to return a functions success or failure.
|
||||||
/// @tparam T The potential return value of the function.
|
/// @tparam T The potential return value of the function.
|
||||||
template <class T> class Result<T> {
|
template <class T> class Result {
|
||||||
public:
|
public:
|
||||||
/// @brief Return a success, along with the success value.
|
/// @brief Return a success, along with the success value.
|
||||||
/// @param value The value to return.
|
/// @param value The value to return.
|
||||||
|
|||||||
Reference in New Issue
Block a user