mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Merge pull request #20 from AshleyRoll/master
Correct Master Compile errors
This commit is contained in:
commit
c5beaf7ac2
@ -711,7 +711,7 @@ namespace etl
|
||||
TOutputIterator o_begin,
|
||||
TBinaryFunction function)
|
||||
{
|
||||
std::transform(i_begin, i_begin + n, i_begin2, o_begin, function);
|
||||
std::transform(i_begin1, i_begin1 + n, i_begin2, o_begin, function);
|
||||
}
|
||||
|
||||
//***************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user