I was reading an article on C++11 and the author mentioned that one of the advantages of using lambdas is to avoid the tedium and security risks of function objects.
What are some security risks of FOs?
I was reading an article on C++11 and the author mentioned that one of the advantages of using lambdas is to avoid the tedium and security risks of function objects.
What are some security risks of FOs?