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
163163 bool operator !=(ErrorId const & _rhs) const { return !(*this == _rhs); }
164164 bool operator <(ErrorId const & _rhs) const { return error < _rhs.error ; }
165165};
166- constexpr ErrorId operator " " _error(unsigned long long _error) { return ErrorId{ _error }; }
166+ constexpr ErrorId operator " " _error(unsigned long long _error) { return ErrorId{ _error }; }
167167
168168class Error : virtual public util::Exception
169169{
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ class YulString
163163 YulStringRepository::Handle m_handle{ 0 , YulStringRepository::emptyHash () };
164164};
165165
166- inline YulString operator " " _yulname(char const * _string, std::size_t _size)
166+ inline YulString operator " " _yulname(char const * _string, std::size_t _size)
167167{
168168 return YulString (std::string_view (_string, _size));
169169}
You can’t perform that action at this time.
0 commit comments