From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) by sourceware.org (Postfix) with ESMTPS id 423263858C41 for ; Wed, 20 Dec 2023 16:56:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 423263858C41 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 423263858C41 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=80.241.56.171 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703091417; cv=none; b=czIGqBbTo3oRNTVP24mB3THgfMRyzhqH5x6vQase4VaNWF1DOGpMQpbth1wuOChy4YvrBFZf68z+WDow8SRTZ7s1QS1zRlIuX3nAOBVCjn8WPk9AdJtViEkFTsD10I8SCH6llAQj8OkuPdqryLf7UjukWb3AG6G0/nHhSLpmEJs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703091417; c=relaxed/simple; bh=b3dGIOVn2tUzWPEXjIdZQhq8cwmGJ3gthjEqHFg3qpQ=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=Uc7eekVQUB63Igny1pBP+BMxxYz1fNrqBUheXslAXrqiymFJIcfCs8b981K7Z3hcy3yG7v84NvhF8MlmnM1MwHpVJfV2cYH4b8o465fdVzLLcWQ7ClciXELObpdXHJynw+QVP0z8zc9fn1nEJtQ4/Q8AiG1WTRHNdVK7NO+fL5A= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4SwKTx074tz9t1q; Wed, 20 Dec 2023 17:56:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1703091413; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b3dGIOVn2tUzWPEXjIdZQhq8cwmGJ3gthjEqHFg3qpQ=; b=UXhcxGnY11JS0lhgmmoa/qYp/Ip5eftjWMoVwj/EeHkDX+TwCK/DHq84qS5y2LawDMSuGc ARnoepYt9fCUeEYH7gTbJbG10cWFFYuIxuLXiWBK+uxQWVHnTLob/1MUWlSGMCs2HuuU8L fWdkluqJ0HJQzW9IQX6NR7e1/ohkxhQBYGzXS8rtMa9xe5tRwl6aVE5enNURLO0/FWepHV J1Q58bC3FondZyuHzWb28nILdXlLZyRLbSztlmY71puyfS1EERUNyvXCyoOZXOnpgYGrWH f53+ars/AvGqhMVavQDKVDyTRp6aVB0kTASu5QAqUHsY4BpwXMq+bZ39MrYTEQ== References: From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: Apoorslime Cc: gcc-help@gcc.gnu.org Subject: Re: C++ default namespace Date: Wed, 20 Dec 2023 17:47:04 +0100 In-reply-to: Message-ID: <87frzwq0bx.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Apoorslime via Gcc-help writes: > Hi, sorry for the inconvenience... There is none :-) > ... but I couldn't understand what it's for > namespace std _GLIBCXX_VISIBILITY(default) { This 'annotation' sets the ELF visibility of the symbols inside the namespace to 'default', if supported. What this means for the symbols in the std namespace is that they will be visible to users of libstdc++.so. > } =2D- Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIYEARYKAC4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZYMc0hAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosST5bcA/Az+lm6WgAqRhVk97tOZ7cCZKiU4coOqagw5 fJpf71aAAQD6jvviw5X/GYsyO0DMUQuasyya/s2hh3+7E0Xzmj1zBA== =m1X+ -----END PGP SIGNATURE----- --=-=-=--