aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/CPP/optional.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/__support/CPP/optional.h')
-rw-r--r--libc/src/__support/CPP/optional.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/__support/CPP/optional.h b/libc/src/__support/CPP/optional.h
index b5e2ef7..02e8395 100644
--- a/libc/src/__support/CPP/optional.h
+++ b/libc/src/__support/CPP/optional.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/utility.h"
#include "src/__support/macros/attributes.h"
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
namespace cpp {
// Trivial nullopt_t struct.
@@ -118,6 +118,6 @@ public:
};
} // namespace cpp
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_OPTIONAL_H