updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2024-08-31 08:46:51 -05:00
parent a15523c375
commit 72a0b653ba
11 changed files with 37 additions and 37 deletions

View File

@ -23,7 +23,7 @@
#if defined(PROJECT_ENABLE_LIBSODIUM)
namespace repertory {
namespace fifthgrid {
static constexpr const std::string_view token{"moose"};
static constexpr const std::wstring_view token_w{L"moose"};
@ -278,6 +278,6 @@ TEST(utils_encryption, decrypt_file_path) {
}
}
#endif // defined(PROJECT_ENABLE_BOOST)
} // namespace repertory
} // namespace fifthgrid
#endif // defined(PROJECT_ENABLE_LIBSODIUM)