[C++] Uplift version to C++20
This commit is contained in:
committed by
Radosław Gliński
parent
a6e3d77504
commit
c3586bc165
@@ -245,9 +245,8 @@ class Emulator {
|
||||
ContentInstallationInfo& installation_info);
|
||||
|
||||
// Extract content of zar package to desired directory.
|
||||
X_STATUS Emulator::ExtractZarchivePackage(
|
||||
const std::filesystem::path& path,
|
||||
const std::filesystem::path& extract_dir);
|
||||
X_STATUS ExtractZarchivePackage(const std::filesystem::path& path,
|
||||
const std::filesystem::path& extract_dir);
|
||||
|
||||
// Pack contents of a folder into a zar package.
|
||||
X_STATUS CreateZarchivePackage(const std::filesystem::path& inputDirectory,
|
||||
|
||||
Reference in New Issue
Block a user