We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224fbd commit 7b9486bCopy full SHA for 7b9486b
simulation/traffic_simulator/include/traffic_simulator/traffic_lights/traffic_light.hpp
@@ -123,11 +123,6 @@ struct TrafficLight
123
124
constexpr operator Value() const noexcept { return value; }
125
126
- friend constexpr auto operator<(const Status & lhs, const Status & rhs) -> bool
127
- {
128
- return lhs.value < rhs.value;
129
- }
130
-
131
friend auto operator>>(std::istream & is, Status & status) -> std::istream &;
132
133
friend auto operator<<(std::ostream & os, const Status & status) -> std::ostream &;
0 commit comments