Hello,
With the following code:
Im getting the error;
same type qualifier used more than once
could you please help me with this please
thanks a lot
pdk
With the following code:
Code:
auto it = std::find_if(rLTENodes.begin(), rLTENodes.end(), [&cm=strCentralSite](const const MultiTechNode * m)->bool {return cm == m->GetID();});
same type qualifier used more than once
could you please help me with this please
thanks a lot
pdk