summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
diff options
context:
space:
mode:
authorsamantharitter <samantha.ritter@10gen.com>2017-04-05 12:29:48 -0400
committersamantharitter <samantha.ritter@10gen.com>2017-04-05 17:02:07 -0400
commit276008e5496427cf9c3b18d4c01b73e064e37004 (patch)
tree35b289be62e2e240d1f444a0de187d3ed2289172 /src/mongo/stdx
parent97f3e2c89170616e15fa72f9fa828d7c339c479f (diff)
downloadmongo-276008e5496427cf9c3b18d4c01b73e064e37004.tar.gz
SERVER-28643 Do not rely on __cplusplus value for inclusion of void_t
Diffstat (limited to 'src/mongo/stdx')
-rw-r--r--src/mongo/stdx/type_traits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/stdx/type_traits.h b/src/mongo/stdx/type_traits.h
index 40503382d96..a746ef47096 100644
--- a/src/mongo/stdx/type_traits.h
+++ b/src/mongo/stdx/type_traits.h
@@ -64,7 +64,7 @@ using std::void_t;
} // namespace stdx
} // namespace mongo
-#elif __cplusplus >= 201402
+#else
namespace mongo {
namespace stdx {