mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
sync code
This commit is contained in:
@@ -110,7 +110,9 @@ template <typename Key>
|
||||
const Key &
|
||||
Table<Key>::Impl::ExpList::getEarliest() const
|
||||
{
|
||||
dbgAssert(!list.empty()) << "Cannot access the earliest member of an empty list";
|
||||
dbgAssert(!list.empty())
|
||||
<< AlertInfo(AlertTeam::CORE, "table")
|
||||
<< "Cannot access the earliest member of an empty list";
|
||||
return list.back().getKey();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user