Even if you would like to blame the “exce ssive” chaining, remember that expressions of the form std::cout << f() << g() << h() usually result in chaining, after the overloaded operators have been resolved into function calls. It is the source of endless headaches. Newer library facilities such as std::future<T> are also vulnerable to this problem. when considering chaining of the then() member function to specify a sequence of computation.As usual, C++ keeps introducing features that are supposed to fix previous C++ features.
In reply to Re: Evaluation Order again.
by Anonymous Monk
in thread Evaluation Order again.
by BrowserUk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |