We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
input_location.hpp
1 parent a6d190c commit 282eba5Copy full SHA for 282eba5
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