mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-07-02 14:04:09 +00:00
単純な修正。コンパイル通るようにした
This commit is contained in:
parent
da1c8e2820
commit
e792d3af15
6 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ namespace sprout {
|
|||
UnaryOperation op
|
||||
)
|
||||
{
|
||||
return sprout::fixed::transform(sprout::begin(input), sprout::end(input), result, op));
|
||||
return sprout::fixed::transform(sprout::begin(input), sprout::end(input), result, op);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace sprout {
|
|||
UnaryOperation op
|
||||
)
|
||||
{
|
||||
return sprout::infit::transform(sprout::begin(input), sprout::end(input), result, op));
|
||||
return sprout::infit::transform(sprout::begin(input), sprout::end(input), result, op);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace sprout {
|
|||
UnaryOperation op
|
||||
)
|
||||
{
|
||||
return sprout::outfit::transform(sprout::begin(input), sprout::end(input), result, op));
|
||||
return sprout::outfit::transform(sprout::begin(input), sprout::end(input), result, op);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue