aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongodb/fix-std-string.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mongodb/fix-std-string.patch')
-rw-r--r--community/mongodb/fix-std-string.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/mongodb/fix-std-string.patch b/community/mongodb/fix-std-string.patch
index f2807a83f8..cf1953070e 100644
--- a/community/mongodb/fix-std-string.patch
+++ b/community/mongodb/fix-std-string.patch
@@ -29,16 +29,6 @@
Status LeafMatchExpression::setPath(StringData path) {
_path = path;
return _elementPath.init(_path);
---- mongodb-src-r3.4.7/src/mongo/util/net/miniwebserver.cpp.orig
-+++ mongodb-src-r3.4.7/src/mongo/util/net/miniwebserver.cpp
-@@ -45,6 +45,7 @@
- namespace mongo {
-
- using std::shared_ptr;
-+using std::string;
- using std::stringstream;
- using std::vector;
-
--- mongodb-src-r3.4.7/src/mongo/shell/bench.cpp.orig
+++ mongodb-src-r3.4.7/src/mongo/shell/bench.cpp
@@ -78,6 +78,7 @@