mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
util: pointer traits only if <memory>/stratosphere
This commit is contained in:
parent
dfa475a769
commit
817ad8f98d
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue