Merge branch 'ximinez/lending-refactoring-4' into ximinez/lending-XLS-66

This commit is contained in:
Ed Hennis
2025-09-05 20:29:04 -04:00
committed by GitHub

View File

@@ -637,7 +637,7 @@ inline std::string
to_short_string(base_uint<Bits, Tag> const& a) to_short_string(base_uint<Bits, Tag> const& a)
{ {
// LCOV_EXCL_START // LCOV_EXCL_START
if constexpr (a.bytes <= 4) if constexpr (base_uint<Bits, Tag>::bytes <= 4)
return to_string(a); return to_string(a);
else else
// LCOV_EXCL_STOP // LCOV_EXCL_STOP