mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add const_iterator_cast
This commit is contained in:
parent
be0bc155d8
commit
cd72873c3a
7 changed files with 175 additions and 8 deletions
|
@ -167,7 +167,7 @@ namespace sprout {
|
|||
64,
|
||||
bit_count_ + 64 * 8
|
||||
)
|
||||
// !!!
|
||||
// !!! TEMP:
|
||||
// : process<D + 1>(
|
||||
// h_,
|
||||
// sprout::make_array<std::uint8_t>(args...),
|
||||
|
@ -192,7 +192,7 @@ namespace sprout {
|
|||
bit_count_ + sizeof...(Args) * 8
|
||||
)
|
||||
: block_byte_index_ + sizeof...(Args) == 64
|
||||
// !!!
|
||||
// !!! TEMP:
|
||||
// ? process<D + 1>(
|
||||
// h_,
|
||||
// sprout::get_internal(sprout::range::fixed::copy(sprout::make_array<std::uint8_t>(args...), sprout::sub(block_, block_byte_index_))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue