From -1410198325477715149
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,dcef0df6016e8f01,start
X-Google-Attributes: gidf78e5,public
From: stephen.clamage@sun.com (Steve Clamage)
Subject: Re: about #pragma ident
Date: 1998/10/04
Message-ID: <6v6ijp$bf3$1@engnews1.eng.sun.com>#1/1
X-Deja-AN: 397729645
X-NNTP-Posting-Host: taumet.eng.sun.com
Approved: stephen.clamage@sun.com (comp.std.c++)
References: <19981003185805.03740.00003431@ng-fb1.aol.com>
Organization: Sun Microsystems Inc., Mountain View, CA
Newsgroups: comp.std.c++
Originator: clamage@taumet


deepbag1@aol.com (DeepBag1) writes:


>I would like to know when, where, how, and why
>        #pragma ident " ... "  
>is used.

You will have to read your compiler's documentation.

All pragmas are entirely implementation-defined, according
to the C++ standard (and the C standard as well). By definition,
there is no standard use or behavior for any pragma, except
that compilers are required to ignore unrecognized pragmas.

--
Steve Clamage, stephen.clamage@sun.com


[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]




