💚 fix Clang-Tidy warnings
This commit is contained in:
parent
65589f9941
commit
ad05d9f123
2
tests/thirdparty/fifo_map/fifo_map.hpp
vendored
2
tests/thirdparty/fifo_map/fifo_map.hpp
vendored
@ -300,7 +300,7 @@ template <
|
|||||||
|
|
||||||
/// insert value
|
/// insert value
|
||||||
template<class P>
|
template<class P>
|
||||||
std::pair<iterator, bool> insert( P&& value )
|
std::pair<iterator, bool> insert( P&& value ) // NOLINT(cppcoreguidelines-missing-std-forward)
|
||||||
{
|
{
|
||||||
m_compare.add_key(value.first);
|
m_compare.add_key(value.first);
|
||||||
return m_map.insert(value);
|
return m_map.insert(value);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user