You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch some std::endl -> "\n" (reduces need for <iostream>)
In a couple of cases I found we needed to include iostream simply because we used std::endl
Switching to "\n" reduces the scope of that reoccurring.
I did not replace all of them in this pass - care needs to be taken with the lack of flush() when using std::cout, etc.
Signed-off-by: Kevin Wheatley <kevin.wheatley@framestore.com>
0 commit comments