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 296a3bb commit 739a2edCopy full SHA for 739a2ed
CommonLibF4/src/REL/IDDB.cpp
@@ -115,10 +115,10 @@ namespace REL
115
116
const mapping_t elem{ a_id, 0 };
117
const auto it = std::lower_bound(
118
- _id2offset.begin(),
119
- _id2offset.end(),
120
- elem,
121
- [](auto&& a_lhs, auto&& a_rhs) {
+ _id2offset.begin(),
+ _id2offset.end(),
+ elem,
+ [](auto&& a_lhs, auto&& a_rhs) {
122
return a_lhs.id < a_rhs.id;
123
});
124
if (it == _id2offset.end()) {
0 commit comments