Sujet : Re: We have a new standard!
De : Muttley (at) *nospam* dastardlyhq.com
Groupes : comp.lang.c++Date : 01. Jan 2025, 17:33:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vl3qpk$2rr3n$1@dont-email.me>
References : 1 2
On Wed, 1 Jan 2025 18:25:27 +0200
Michael S <
already5chosen@yahoo.com> gabbled:
Introduction of format() already showed that C++ committee is aware of
of the fact that "Stroustrup streams" are crap not only relatively to
format/printing facilities of more modern languages, but relatively
to what we have in C as well. std::print() proves that committee is not
only aware of the fact, but finally willing to consider fixes.
Plus overloading << and >> was a cretinous decision. There was zero reason
he couldn't have created some new operators to avoid confusion, <<< and >>>
or <= , => for example where such combinations in C would never be legal
syntax anyway.