We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e49da42 + 282eba5 commit e8dfce0Copy full SHA for e8dfce0
source/utility/lexy/include/lexy/input_location.hpp
@@ -162,7 +162,7 @@ class input_location
162
{
163
if (lhs._line_nr != rhs._line_nr)
164
return lhs._line_nr < rhs._line_nr;
165
- return lhs._column_nr < rhs._colum_nr;
+ return lhs._column_nr < rhs._column_nr;
166
}
167
friend constexpr bool operator<=(const input_location& lhs, const input_location& rhs)
168
0 commit comments