You have to understand the forwarding problem. You can read the entire problem in detail, but I'll summarize.
Basically, given the expression E(a, b, ... , c)
, we want the expression f(a, b, ... , c)
to be equivalent. In C++03, this is impossible. There are many attempts…
Top comments (0)