updated build system

This commit is contained in:
2024-10-17 11:18:08 -05:00
parent 0bd7070ec5
commit d192904f8c
42 changed files with 975 additions and 1670 deletions

View File

@ -73,11 +73,9 @@ inline auto includes(const col_t &collection,
template <typename val_t>
[[nodiscard]] inline auto from_hex_string_t(std::string_view str,
val_t &val) -> bool {
static constexpr const auto base16{16};
REPERTORY_USES_FUNCTION_NAME();
static constexpr const std::string_view function_name{
static_cast<const char *>(__FUNCTION__),
};
static constexpr const auto base16{16};
try {
val.clear();