mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Removed surplus 'typename'
This commit is contained in:
parent
4ad9e0dc6e
commit
452a13a168
@ -463,7 +463,7 @@ namespace etl
|
||||
//*********************************************************************
|
||||
const mapped_type& at(key_value_parameter_t key) const
|
||||
{
|
||||
typename const_iterator i_element = lower_bound(key);
|
||||
const_iterator i_element = lower_bound(key);
|
||||
|
||||
ETL_ASSERT(i_element != end(), ETL_ERROR(flat_map_out_of_bounds));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user