This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11569] there's no substitute for #pragma once
- From: "from-bugzilla at geek-central dot gen dot nz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2003 06:53:48 -0000
- Subject: [Bug c++/11569] there's no substitute for #pragma once
- References: <20030718093315.11569.from-bugzilla@geek-central.gen.nz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11569
from-bugzilla at geek-central dot gen dot nz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WONTFIX |
------- Additional Comments From from-bugzilla at geek-central dot gen dot nz 2003-07-22 06:53 -------
Wolfgang Bangerth wrote:
>Pragma once is obsoleted, in other words it will be removed in the next
>version anyway.
Why is it being removed?
Andrew Pinski wrote:
>I think the problem is pragma once does not always work and that
>is why it is "obsolete".
Under what situations might it fail to work?