]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Fix replxx build with LLVM 21+
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 29 Dec 2025 22:28:40 +0000 (22:28 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 29 Dec 2025 22:28:40 +0000 (22:28 +0000)
commit1e3329d9d8c2b17bed7e7e9a9af5eaab93a83aed
tree34a34c13df5ded2c427600e5a122314a38ed7954
parented113cede183592e4fe9cd37213d524149fb269c
[Fix] Fix replxx build with LLVM 21+

- Simplify CMakeLists.txt to use CMAKE_CXX_STANDARD 20
- Replace std::unordered_map with std::map to avoid libc++ ABI issues
- Add operator< to UnicodeString for std::map compatibility
contrib/DEPENDENCY_INFO.md
contrib/replxx/CMakeLists.txt
contrib/replxx/src/history.hxx
contrib/replxx/src/replxx_impl.hxx
contrib/replxx/src/unicodestring.hxx