summaryrefslogtreecommitdiff
path: root/src/mongo/base/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/base/status.h')
-rw-r--r--src/mongo/base/status.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/base/status.h b/src/mongo/base/status.h
index a0cb50beee9..19b74a5a8cb 100644
--- a/src/mongo/base/status.h
+++ b/src/mongo/base/status.h
@@ -27,7 +27,6 @@
#pragma once
-#include <boost/config.hpp>
#include <iosfwd>
#include <string>
@@ -91,8 +90,8 @@ public:
inline Status(const Status& other);
inline Status& operator=(const Status& other);
- inline Status(Status&& other) BOOST_NOEXCEPT;
- inline Status& operator=(Status&& other) BOOST_NOEXCEPT;
+ inline Status(Status&& other) noexcept;
+ inline Status& operator=(Status&& other) noexcept;
inline ~Status();