updated build system

This commit is contained in:
2024-07-09 14:58:56 -05:00
parent 68c9ec0f82
commit 239652be7c
6 changed files with 58 additions and 31 deletions

View File

@@ -403,11 +403,6 @@ using FileInfo = FSP_FSCTL_FILE_INFO;
using namespace Fsp;
namespace repertory {
auto get_repertory_git_revision() -> const std::string &;
auto get_repertory_version() -> const std::string &;
} // namespace repertory
namespace {
template <class... Ts> struct overloaded : Ts... {
using Ts::operator()...;