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:
parent
ac89796d5d
commit
39d644e115
@ -106,7 +106,7 @@ public:
|
|||||||
return static_cast<bool>(*file_);
|
return static_cast<bool>(*file_);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto operator=(const file &) noexcept -> enc_file & = delete;
|
auto operator=(const enc_file &) noexcept -> enc_file & = delete;
|
||||||
|
|
||||||
auto operator=(enc_file &&move_file) noexcept -> enc_file & {
|
auto operator=(enc_file &&move_file) noexcept -> enc_file & {
|
||||||
if (&move_file != this) {
|
if (&move_file != this) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user