Remove unit test case that relied on undefined order of evaluation
in: 'cout << a() << b()' the order of evaluation of a() and b() is undefined.
Loading
Please register or sign in to comment
in: 'cout << a() << b()' the order of evaluation of a() and b() is undefined.