Deutsch   English   Français   Italiano  
<venndd$24a6q$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.lang.c
Subject: Re: constexpr keyword is unnecessary
Date: Wed, 16 Oct 2024 08:44:59 +0200
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <venndd$24a6q$1@dont-email.me>
References: <veb5fi$3ll7j$1@dont-email.me>
 <vebp8r$3ok6d$1@raubtier-asyl.eternal-september.org>
 <vebpo5$3olu3$1@dont-email.me>
 <vebtjp$3p9sm$1@raubtier-asyl.eternal-september.org>
 <vebubq$3p8oj$1@dont-email.me>
 <vecuhe$1o44$1@raubtier-asyl.eternal-september.org>
 <vedt8k$64du$1@dont-email.me>
 <veduu9$6eql$1@raubtier-asyl.eternal-september.org>
 <veeq6a$ar0c$1@dont-email.me>
 <veg8m7$laio$1@raubtier-asyl.eternal-september.org>
 <veknk0$1icjf$1@dont-email.me>
 <velkbv$1mkr0$1@raubtier-asyl.eternal-september.org>
 <velp3q$1n73p$1@dont-email.me> <20241015133057.244@kylheku.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 16 Oct 2024 08:45:01 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="0f2bae28ae390d580e0b1dfd98e4b1f4";
	logging-data="2238682"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19xdX0HewGv8AIwB3VW1SbK"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:ONhDKXcrpK1XPKvmyFL5tEDJ8nk=
In-Reply-To: <20241015133057.244@kylheku.com>
X-Enigmail-Draft-Status: N1110
Bytes: 2498

On 15.10.2024 22:31, Kaz Kylheku wrote:
> 
> C++ standard libraries are such shit that it's standard practice
> for any organization to to have its own locally developed libraries.

What's your problem with it? (I mean; given that you're just cussing.)

Personally I started coding C++ in professional contexts before STL
was available, let alone in a standardized way; each Unix context had
its own quirks using the first predecessors of the standard STL. It
was really overdue that it got available and standardized.

Concerning the library itself its concepts were outstanding. (Other
libraries in other languages often gave the impression of a loosely
mixed set of ad hoc elements.)

I can see a point that it may be considered difficult to find one's
way into understanding it, especially for folks who don't read the
docs and just try to use them unprepared.

Janis