This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: #pragma once
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Drgt <dragity at mail dot ru>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 13 Aug 2006 09:52:04 -0700
- Subject: Re: #pragma once
- References: <op.td8ebep9qs9lg4@organ>
On Sun, 2006-08-13 at 19:48 +0300, Drgt wrote:
> Hi.
>
> It seems, that "#pragma once" isn't in ISO, and will never be, especially
> because it is Microsoft (am I right ?) C extension.
> (http://gcc.gnu.org/ml/gcc/2004-06/msg01887.html)
#pragma once has not been removed and in fact the opposite happened. It
is supported and no warning shows up in 3.4.0 and above.
-- Pinski