nca-pr: update for c++20

This commit is contained in:
Michael Scire
2020-05-14 02:22:24 -07:00
parent 311d2678c7
commit 53a47e07fd
14 changed files with 36 additions and 36 deletions

View File

@@ -73,6 +73,6 @@ namespace ams::fssrv::fscreator {
IStorageOnNcaCreator *storage_on_nca_creator;
/* TODO: More creators. */
};
static_assert(std::is_pod<FileSystemCreatorInterfaces>::value);
static_assert(util::is_pod<FileSystemCreatorInterfaces>::value);
}