version 3.13.1

This commit is contained in:
2023-07-14 10:51:01 +03:00
parent 63321a4ce3
commit 56aed70425
2 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ public:
//! \~\note
//! \~english Element with key `key` must exists,
//! otherwise it will lead to undefined program behavior and memory errors.
//! \~russian Элемент по ключу `key` должен существовать,
//! \~russian Элемент по ключу `key` должен существовать,
//! иначе это приведёт к неопределённому поведению программы и ошибкам памяти.
//! \~\sa \a operator[](), \a value(), \a key()
inline const T & at(const Key & key) const {