updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@ -94,9 +94,9 @@ protected:
|
||||
|
||||
class file final : public i_file {
|
||||
public:
|
||||
[[nodiscard]] static auto
|
||||
attach_file(native_handle handle,
|
||||
bool read_only = false) -> std::unique_ptr<i_file>;
|
||||
// [[nodiscard]] static auto
|
||||
// attach_file(native_handle handle,
|
||||
// bool read_only = false) -> std::unique_ptr<i_file>;
|
||||
|
||||
[[nodiscard]] static auto
|
||||
open_file(std::string_view path,
|
||||
@ -238,9 +238,9 @@ public:
|
||||
|
||||
class thread_file final : public i_file {
|
||||
public:
|
||||
[[nodiscard]] static auto
|
||||
attach_file(native_handle handle,
|
||||
bool read_only = false) -> std::unique_ptr<i_file>;
|
||||
// [[nodiscard]] static auto
|
||||
// attach_file(native_handle handle,
|
||||
// bool read_only = false) -> std::unique_ptr<i_file>;
|
||||
|
||||
[[nodiscard]] static auto
|
||||
open_file(std::string_view path,
|
||||
|
Reference in New Issue
Block a user