From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,30f8e9ec3e840189 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-14 12:53:02 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!news.maxwell.syr.edu!dispose.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!zap!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components Date: 13 Sep 2001 06:57:34 +0100 Organization: CodeFella Message-ID: References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> <3B9F7455.80605@home.com> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 1000497172 nnrp-13:11707 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net NNTP-Posting-Date: 13 Sep 2001 05:57:34 GMT X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:13086 Date: 2001-09-13T05:57:34+00:00 List-Id: "Warren W. Gay VE3WWG" writes: > Having : > > CVSID: constant String := "$Header$"; > > embedded strings of course, lets you identify what your binaries > are built with -- an extremely useful tool for working with > production level binaries. I have done this with GNU C, but was disappointed to find that GNU C++ suppressed unreferenced static strings. Also, there is a potential problem with headers (well, I guess all you have to do is put the $Id$ inside the #ifndef _this_file_has_been_read_already_ thing).