Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vshbpu$362ev$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vshbpu$362ev$1@dont-email.me>

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

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: James Kuyper <jameskuyper@alumni.caltech.edu>
Newsgroups: comp.lang.c++
Subject: Re: Pre-main construction order in modules
Date: Tue, 1 Apr 2025 14:37:50 -0400
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <vshbpu$362ev$1@dont-email.me>
References: <vsb12i$2mv42$1@dont-email.me> <vsbl21$1jsvi$1@dont-email.me>
 <vsbo2p$1p5ov$1@dont-email.me> <vsdkuj$3rhjh$1@dont-email.me>
 <vsdm3d$3srps$1@dont-email.me> <vse2ep$8iai$2@dont-email.me>
 <vse775$er2o$1@dont-email.me> <vsf99o$1hbqv$1@dont-email.me>
 <vsg4fq$2hn25$1@dont-email.me> <vsg98n$2m576$2@dont-email.me>
 <20250401132044.00000e61@yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 01 Apr 2025 20:37:52 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="13987badb849435733772649097a37b7";
	logging-data="3344863"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/mDh0oOnyDRLf443UqvylvpMwS1SfE3C0="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:UkudEgn7cAFjylibVNyWYphlUOs=
Content-Language: en-US
In-Reply-To: <20250401132044.00000e61@yahoo.com>

On 4/1/25 06:20, Michael S wrote:
....
> It seems to me that saying that events are "strongly ordered" makes
> sense only when "weakly ordered" and "unordered" are not the same.
> In this particular case I don't see how exactly "weakly ordered"
> differs from "unordered".

The term is "happens before", not "ordered". The standard defines
neither "weakly happens before" nor anything connected to "happens
before" that would be analogous to "unordered". See my response
else-thread for more details on the relevant definitions.