[Development] HEADS-UP: QStringLiteral

Kevin Kofler kevin.kofler at chello.at
Fri Aug 23 00:57:12 CEST 2019


Tor Arne Vestbø wrote:
> Yes, clearly these are equal in readability:
[I sense your sarcasm. ;-) ]
> 
>     if (std::find(v.begin(), v.end(), x) != v.end())
> 
>     if (v.contains(x))

Thank you for this great example of how unreadable and unusable the STL APIs 
really are!

        Kevin Kofler




More information about the Development mailing list