Skip to content

Commit

Permalink
F2 Supplemental
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenHilferink committed Sep 12, 2023
1 parent 1bd8f6a commit 3bb6ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clc/dll/include/OperAttrBin.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ struct BinaryAttrOper : AbstrBinaryAttrOper
using prepare_data = std::pair<SharedPtr<typename Arg1Type::future_tile>, SharedPtr<typename Arg2Type::future_tile>>;
auto futureTileFunctor = make_unique_FutureTileFunctor<ResultValueType, prepare_data, false>(resultAdi, lazy, tileRangeData, get_range_ptr_of_valuesunit(valuesUnit)
, [arg1, arg2, af](tile_id t) { return prepare_data{ arg1->GetFutureTile(af & AF1_ISPARAM ? 0 : t), arg2->GetFutureTile(af & AF2_ISPARAM ? 0 : t) }; }
, [this, af MG_DEBUG_ALLOCATOR_SRC_PARAM](sequence_traits<ResultValueType>::seq_t resData, prepare_data futureData)
, [resultAdi, this, af MG_DEBUG_ALLOCATOR_SRC_PARAM](sequence_traits<ResultValueType>::seq_t resData, prepare_data futureData)
{
if (resultAdi->WasFailed(FR_Data))
resultAdi->ThrowFail();
Expand Down

0 comments on commit 3bb6ffd

Please sign in to comment.