Remove some superfluous “std::”.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
165592982a
commit
2bede91fb7
@ -57,10 +57,10 @@ struct book
|
|||||||
[[nodiscard]] document process_page(std::string_view text);
|
[[nodiscard]] document process_page(std::string_view text);
|
||||||
|
|
||||||
//! Return last headline if possible.
|
//! Return last headline if possible.
|
||||||
[[nodiscard]] std::string headline(const document &doc, size_t pos);
|
[[nodiscard]] string headline(const document &doc, size_t pos);
|
||||||
|
|
||||||
//! Return current page if possible.
|
//! Return current page if possible.
|
||||||
[[nodiscard]] std::string page(const document &doc, size_t pos);
|
[[nodiscard]] string page(const document &doc, size_t pos);
|
||||||
|
|
||||||
//! Returns the file path of the OPF file in the EPUB.
|
//! Returns the file path of the OPF file in the EPUB.
|
||||||
[[nodiscard]] fs::path get_opf_file_path(const fs::path &zipfile);
|
[[nodiscard]] fs::path get_opf_file_path(const fs::path &zipfile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user