mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Ensure that public callable parameters are valid for calldata.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ namespace solidity::util
|
||||
///
|
||||
|
||||
template <class ResultType>
|
||||
class Result
|
||||
class [[nodiscard]] Result
|
||||
{
|
||||
public:
|
||||
/// Constructs a result with _value and an empty message.
|
||||
|
||||
Reference in New Issue
Block a user