[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)

This is a part of #97655.
This commit is contained in:
Petr Hosek
2024-07-12 09:28:41 -07:00
committed by GitHub
parent dd866040ae
commit 5ff3ff33ff
2328 changed files with 7576 additions and 4679 deletions

View File

@@ -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