Enable static_assert
checks in to_le_radix
on to_be_radix
also
#7224
Labels
enhancement
New feature or request
Problem
to_le_radix
hasstatic_assert
's to ensure that the radix is a power of2
in the range2..=256
, butto_be_radix
lacks the equivalent checksa. (This includes tests for those checks)
to_le_radix
'sstatic_assert
's are only enabled in constrained execution: see hereHappy Case
static_assert
into_be_radix
to ensure that the radix is a power of2
in the range2..=256
to_le_radix
'sstatic_assert
's in unconstrained executionWorkaround
Yes
Workaround Description
Add the additional
static_assert
statements whereverto_le_radix
/to_be_radix
are used.Additional Context
No response
Project Impact
Nice-to-have
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: