File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ void symbol_tablet::validate(const validation_modet vm) const
154
154
std::find_if (
155
155
base_map_search.first ,
156
156
base_map_search.second ,
157
- [&symbol_key](const typename symbol_base_mapt::value_type &match) {
157
+ [&symbol_key](const symbol_base_mapt::value_type &match) {
158
158
return match.second == symbol_key;
159
159
}) != symbol_base_map.end ();
160
160
@@ -177,7 +177,7 @@ void symbol_tablet::validate(const validation_modet vm) const
177
177
std::find_if (
178
178
module_map_search.first ,
179
179
module_map_search.second ,
180
- [&symbol_key](const typename symbol_module_mapt::value_type &match) {
180
+ [&symbol_key](const symbol_module_mapt::value_type &match) {
181
181
return match.second == symbol_key;
182
182
}) != symbol_module_map.end ();
183
183
You can’t perform that action at this time.
0 commit comments