[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)
This is a part of #97655.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "src/__support/CPP/stringstream.h"
|
||||
#include "src/__support/FPUtil/FPBits.h"
|
||||
#include "src/__support/FPUtil/fpbits_str.h"
|
||||
#include "src/__support/macros/config.h"
|
||||
#include "src/__support/macros/properties/types.h"
|
||||
|
||||
#include <stdint.h>
|
||||
@@ -22,7 +23,7 @@
|
||||
|
||||
template <typename T> using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>;
|
||||
|
||||
namespace LIBC_NAMESPACE {
|
||||
namespace LIBC_NAMESPACE_DECL {
|
||||
namespace testing {
|
||||
namespace mpfr {
|
||||
|
||||
@@ -1299,4 +1300,4 @@ template float16 round<float16>(float16, RoundingMode);
|
||||
|
||||
} // namespace mpfr
|
||||
} // namespace testing
|
||||
} // namespace LIBC_NAMESPACE
|
||||
} // namespace LIBC_NAMESPACE_DECL
|
||||
|
||||
Reference in New Issue
Block a user