top | item 9988059

(no title)

superfunc | 10 years ago

Lambdas really do clean things up nicely in some places. It pains me to have to write function objects at work knowing this.

discuss

order

andresmanz|10 years ago

That must be annoying. Why can't you switch to C++11/14?

superfunc|10 years ago

Reliance on certain, newly-deprecated things like gnu hash_map which has performance characteristics important to our specific application.