Fix infinite recursion warning
This commit is contained in:
parent
aa1048154c
commit
d13d6566f8
@ -57,7 +57,7 @@ inline std::ostream &operator<<(std::ostream &out, Bearing bearing)
|
|||||||
|
|
||||||
inline std::ostream &operator<<(std::ostream &out, Approach approach)
|
inline std::ostream &operator<<(std::ostream &out, Approach approach)
|
||||||
{
|
{
|
||||||
out << approach;
|
out << static_cast<int>(approach);
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user