Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3021

compile error

$
0
0
Hello,

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();});
Im getting the error;
same type qualifier used more than once

could you please help me with this please

thanks a lot
pdk

Viewing all articles
Browse latest Browse all 3021

Trending Articles