std::endl provides zero portability benefits. C++ does have a portable newline abstraction, but it is called \n, not endl.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
std::endl provides zero portability benefits. C++ does have a portable newline abstraction, but it is called \n, not endl.