[dev-db/mongodb] add newer

This commit is contained in:
2023-03-03 18:59:39 +01:00
parent 6d67032b2b
commit 3ef1c19c85
32 changed files with 1457 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
https://bugs.gentoo.org/889020
--- a/src/mongo/util/boost_assert_shim.cpp
+++ b/src/mongo/util/boost_assert_shim.cpp
@@ -31,6 +31,7 @@
#if defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG)
+#include <exception>
#include <boost/assert.hpp>
namespace mongo {