fix: add missing namespace.

This commit is contained in:
2025-02-19 00:14:00 +08:00
parent 4d6123d308
commit 6647e8b44d

View File

@@ -100,7 +100,7 @@ class not_null {
// Bedrock::NotNullNonOwnerPtr
namespace XBedrock {
template <typename T>
using NotNullNonOwnerPtr = xgsl::not_null<NonOwnerPointer<T>>;
using NotNullNonOwnerPtr = xgsl::not_null<Bedrock::NonOwnerPointer<T>>;
}
// std::reference_wrapper
namespace xstd {