From 7954338322694250792
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,7d7ff221635a5a63
X-Google-Attributes: gidf78e5,public
X-Google-Thread: 109fba,7d7ff221635a5a63
X-Google-Attributes: gid109fba,public
X-Google-ArrivalTime: 2002-10-15 16:39:03 PST
Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!newspeer.clara.net!news.clara.net!kibo.news.demon.net!mutlu.news.demon.net!demon!mail2news.demon.co.uk!devnull
From: hyrosen@mail.com (Hyman Rosen)
Newsgroups: comp.lang.c++,comp.std.c++
Subject: Re: Nested comments
Date: Tue, 15 Oct 2002 23:39:03 +0000 (UTC)
Organization: KBC Financial Products
Lines: 16
Approved: fjh@cs.mu.oz.au (Fergus Henderson , moderator of comp.std.c++)
Message-ID: <1034712193.938129@master.nyc.kbcfp.com>
References: <akbc8s$mk$1@newsreader.mailgate.org> <slrnamj2bc.vs.ak@otaku.freeshell.org> <akd3gr$saf$1@newsreader.mailgate.org> <23b84d65.0208261548.4c36a1ad@posting.google.com> <a6ommukrikb9jdq9c14mqha76c2l0vvnk8@4ax.com> <23b84d65.0208271058.1bc25133@posting.google.com> <esvnmusb9503sbh3300lhmhq2arhvq2v9b@4ax.com> <aohoad$jf5$2@news.tuwien.ac.at>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: mail2news.demon.co.uk 1034725143 6949 10.0.0.1 (15 Oct 2002 23:39:03 GMT)
X-Complaints-To: abuse@demon.net
NNTP-Posting-Date: Tue, 15 Oct 2002 23:39:03 +0000 (UTC)
X-Received: from mulga.cs.mu.oz.au ([128.250.1.22])
	by news.demon.co.uk with esmtp (Exim 4.05)
	id 181bHB-0001nv-00
	for mail2news@news.news.demon.net; Tue, 15 Oct 2002 23:39:02 +0000
X-Received: from localhost (localhost [[UNIX: localhost]]) by mulga.cs.mu.OZ.AU
	id JAA00592; Wed, 16 Oct 2002 09:38:57 +1000 (EST)
X-Authentication-Warning: mulga.cs.mu.OZ.AU: fjh set sender to devnull@stump.algebra.com using -f
X-Path: comp-std-cpp-robomod!not-for-mail
X-Robomod: STUMP, ichudov@algebra.com (Igor Chudov)
X-Delivered-To: std-c++@ncar.ucar.edu
X-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021008
X-Accept-Language: en-us, en
X-Newsgroups: comp.lang.c++,comp.std.c++
X-Cache-Post-Path: master.nyc.kbcfp.com!unknown@nightcrawler.nyc.kbcfp.com
X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/)
X-Spam-Status: No, hits=-7.8 required=5.0
	tests=IN_REP_TO,NOSPAM_INC,REFERENCES,SPAM_PHRASE_00_01,
	      USER_AGENT,USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG
	version=2.41
Xref: archiver1.google.com comp.lang.c++:177353 comp.std.c++:14841

Christopher Eltschka wrote:
> struct has_nested_comments
> {
>   static const bool value = !(/*/*/0*/**/1);
> };

The sense is reversed; it should be

struct has_nested_comments { static const bool value = /*/*/0*/**/1; };

---
[ 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://www.jamesd.demon.co.uk/csc/faq.html                       ]



