@johan @inthehands @luna yeah, precisely. The "print statement" in C++ is the same as in C: printf and cousins.
operator<< is ... an operator and is not inherently more (or less) thread-safe than operator+ or operator=.
I also agree that is may be considered strange to promote an operator as the default way of printing.