Comment on C++11: Try/Catch/Finally Pattern Using RAII & LambdasparentComments−code-dogOP14y... because the compiler knows how big the function like object will be at compile time when the template is used but it only knows it at runtime if the class is used. ...I am guessing this is the situation?
Comments
... because the compiler knows how big the function like object will be at compile time when the template is used but it only knows it at runtime if the class is used. ...
I am guessing this is the situation?