mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix for constexpr disabled
This commit is contained in:
parent
84376c3f69
commit
4c996bd47b
58 changed files with 84 additions and 78 deletions
|
@ -372,7 +372,7 @@ namespace sprout {
|
|||
static_cast<std::size_t>(bit_count_ % 32)
|
||||
);
|
||||
}
|
||||
SPROUT_CONSTEXPR md5 const process_bits(std::uint8_t bits, std::size_t bit_count) {
|
||||
SPROUT_CONSTEXPR md5 const process_bits(std::uint8_t bits, std::size_t bit_count) const {
|
||||
return process_bits_impl(bits, bit_count);
|
||||
}
|
||||
SPROUT_CONSTEXPR md5 const process_byte(std::uint8_t byte) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue