fix: remove = operator from location 2
This commit is contained in:
parent
6245a41fe0
commit
bd90a3ed6d
@ -12,7 +12,6 @@ namespace ppc {
|
|||||||
std::size_t code_start;
|
std::size_t code_start;
|
||||||
std::string filename;
|
std::string filename;
|
||||||
|
|
||||||
location_t &operator=(const location_t &other);
|
|
||||||
bool operator==(const location_t &other) const;
|
bool operator==(const location_t &other) const;
|
||||||
bool operator !=(const location_t &other) const {
|
bool operator !=(const location_t &other) const {
|
||||||
return !(*this == other);
|
return !(*this == other);
|
||||||
|
Loading…
Reference in New Issue
Block a user