mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
単純な修正。コンパイル通るようにした
This commit is contained in:
parent
da1c8e2820
commit
e792d3af15
6 changed files with 8 additions and 8 deletions
|
@ -52,7 +52,7 @@ namespace sprout {
|
|||
)
|
||||
{
|
||||
return sprout::fixed::detail::make_partial_heap_impl_1(
|
||||
sprout::fixed::detail::make_heap_impl(cont, comp, offset, middle_size),
|
||||
::sprout::fixed::detail::make_heap_impl(cont, comp, offset, middle_size),
|
||||
comp,
|
||||
offset,
|
||||
size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue