ams: update to build with gcc10/c++20
This commit is contained in:
@@ -21,6 +21,6 @@ namespace ams::fs {
|
||||
struct MountName {
|
||||
char str[MountNameLengthMax + 1];
|
||||
};
|
||||
static_assert(std::is_pod<MountName>::value);
|
||||
static_assert(util::is_pod<MountName>::value);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user