mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
util: pointer traits only if <memory>/stratosphere
This commit is contained in:
parent
7a0bfc4397
commit
767f4a9913
@ -17,6 +17,7 @@
|
||||
#include <vapours/common.hpp>
|
||||
#include <vapours/assert.hpp>
|
||||
|
||||
#if defined(ATMOSPHERE_IS_STRATOSPHERE)
|
||||
namespace ams::util {
|
||||
|
||||
namespace impl {
|
||||
@ -60,3 +61,4 @@ namespace ams::util {
|
||||
concept RawOrSmartPointerTo = IsRawOrSmartPointer<T> && impl::PointerToImpl<T, U>;
|
||||
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user