]> source.dussan.org Git - rspamd.git/commit
Revert "[Minor] Simplify code"
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 24 Jun 2022 21:06:44 +0000 (22:06 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 24 Jun 2022 21:06:44 +0000 (22:06 +0100)
commit8242b83858ffd36337e01b43808ee4f2eade1b9e
tree8eb03f36c9b4efcc6c48f9638de31caf3d4612ff
parent8bb63981133b479dcaf24b9d34d43993c1b732c8
Revert "[Minor] Simplify code"

It seems that safety guarantees as defined by standard apply merely to the values but not to the keys.
So revert to a more ugly approach unless there is a better way to do `try_emplace` with move only key.

This reverts commit 8bb63981133b479dcaf24b9d34d43993c1b732c8.
src/libserver/css/css.cxx