C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Revising #pragma once

From: Ville Voutilainen <ville.voutilainen_at_[hidden]>
Date: Tue, 27 Aug 2024 20:45:43 +0300
On Tue, 27 Aug 2024 at 18:39, connor horman via Std-Proposals
<std-proposals_at_[hidden]> wrote:
>
> I would expect that if you have two mount points, the objects below it, in fact, have distinct identity (even if they ultimately refer to the same object).

Right, so #pragma once doesn't work in that situation because the two
objects referring to the same file aren't recognized to be the same.
Or are you suggesting that what is the problem is not a problem? :)

Received on 2024-08-27 17:45:57