Skip to content

Commit

Permalink
SERVER-28643 Do not rely on __cplusplus value for inclusion of void_t
Browse files Browse the repository at this point in the history
  • Loading branch information
samantharitter committed Apr 5, 2017
1 parent 97f3e2c commit 276008e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/stdx/type_traits.h
Expand Up @@ -64,7 +64,7 @@ using std::void_t;
} // namespace stdx
} // namespace mongo

#elif __cplusplus >= 201402
#else

namespace mongo {
namespace stdx {
Expand Down

0 comments on commit 276008e

Please sign in to comment.