File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ struct ErrorId
163
163
bool operator !=(ErrorId const & _rhs) const { return !(*this == _rhs); }
164
164
bool operator <(ErrorId const & _rhs) const { return error < _rhs.error ; }
165
165
};
166
- constexpr ErrorId operator " " _error(unsigned long long _error) { return ErrorId{ _error }; }
166
+ constexpr ErrorId operator " " _error(unsigned long long _error) { return ErrorId{ _error }; }
167
167
168
168
class Error : virtual public util::Exception
169
169
{
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ class YulString
163
163
YulStringRepository::Handle m_handle{ 0 , YulStringRepository::emptyHash () };
164
164
};
165
165
166
- inline YulString operator " " _yulname(char const * _string, std::size_t _size)
166
+ inline YulString operator " " _yulname(char const * _string, std::size_t _size)
167
167
{
168
168
return YulString (std::string_view (_string, _size));
169
169
}
You can’t perform that action at this time.
0 commit comments