mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 13:44:11 -04:00
fs: fix clang-build, os: StackGuardManager
This commit is contained in:
parent
be9338eb33
commit
cb3d20ef79
13 changed files with 264 additions and 28 deletions
|
@ -100,7 +100,7 @@ namespace ams::util {
|
|||
}
|
||||
};
|
||||
|
||||
template<typename F, typename = std::enable_if<!std::is_member_pointer<F>::value>::type>
|
||||
template<typename F, typename = typename std::enable_if<!std::is_member_pointer<F>::value>::type>
|
||||
constexpr ALWAYS_INLINE auto MakeIFunction(F f) {
|
||||
static_assert(!std::is_member_pointer<F>::value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue