updated build system
This commit is contained in:
@ -32,8 +32,6 @@ void enc_file::close() {}
|
||||
|
||||
void enc_file::flush() const {}
|
||||
|
||||
auto enc_file::get_time(time_types type) const -> std::uint64_t {}
|
||||
|
||||
auto enc_file::move_to(std::string_view path) -> bool {}
|
||||
|
||||
auto enc_file::read(unsigned char *data, std::size_t to_read,
|
||||
@ -46,7 +44,7 @@ auto enc_file::truncate(std::size_t size) -> bool {}
|
||||
auto enc_file::write(const unsigned char *data, std::size_t to_write,
|
||||
std::size_t offset, std::size_t *total_written) -> bool {}
|
||||
|
||||
auto enc_file::size() const -> std::uint64_t {}
|
||||
auto enc_file::size() const -> std::optional<std::uint64_t> {}
|
||||
} // namespace repertory::utils::file
|
||||
|
||||
#endif // defined(PROJECT_ENABLE_LIBSODIUM) && defined(PROJECT_ENABLE_BOOST)
|
||||
|
Reference in New Issue
Block a user