mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
fix algorithm implementation
This commit is contained in:
parent
23408e46c4
commit
fb9770ce34
23 changed files with 46 additions and 41 deletions
|
@ -173,7 +173,7 @@ namespace sprout {
|
|||
Result
|
||||
>::type join_impl_1(
|
||||
ContIterator, ContIterator,
|
||||
InputIterator, InputIterator,
|
||||
InputIterator const&, InputIterator const&,
|
||||
Args const&... args
|
||||
)
|
||||
{
|
||||
|
@ -355,7 +355,7 @@ namespace sprout {
|
|||
ContIterator, ContIterator,
|
||||
SepIterator, SepIterator,
|
||||
bool,
|
||||
InputIterator, InputIterator,
|
||||
InputIterator const&, InputIterator const&,
|
||||
Args const&... args
|
||||
)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue