summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2020-06-18 10:51:32 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-26 17:47:49 +0000
commit307c909b4a7bd574b09cd630701a915d2bc982b9 (patch)
tree619ae601552d2ae85588c20642a3107309abe27b /src/mongo/stdx
parent22d98e72ac45cd4e145d6b9b42099c5585727ec7 (diff)
downloadmongo-307c909b4a7bd574b09cd630701a915d2bc982b9.tar.gz
SERVER-40147 Upgrade third-party variant from 1.3.0 to 1.4.0
We use a third-party implementation of std::variant on platforms that do not include it. This change simply upgrades the third-party source to the most recent release and then fixes the way we actually depend on it.
Diffstat (limited to 'src/mongo/stdx')
-rw-r--r--src/mongo/stdx/variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/stdx/variant.h b/src/mongo/stdx/variant.h
index c6c903d6402..154cc4bc144 100644
--- a/src/mongo/stdx/variant.h
+++ b/src/mongo/stdx/variant.h
@@ -29,7 +29,7 @@
#pragma once
-#include "third_party/variant-1.3.0/include/mpark/variant.hpp"
+#include "mpark/variant.hpp"
namespace mongo::stdx {