From -2007591657133529893
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,396a971a96f93ef8,start
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 2003-02-24 12:19:16 PST
Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!mutlu.news.demon.net!demon!mail2news.demon.co.uk!devnull
From: cxl@volny.cz ("Mirek Fidler")
Newsgroups: comp.std.c++
Subject: random access iterator and copy-constructibility
Date: Mon, 24 Feb 2003 20:19:15 +0000 (UTC)
Organization: Czech On Line, a. s.
Lines: 24
Approved: fjh@cs.mu.oz.au (Fergus Henderson , moderator of comp.std.c++)
Message-ID: <b3d5ec$21mr$1@news.vol.cz>
X-Trace: mail2news.demon.co.uk 1046117955 29330 10.0.0.1 (24 Feb 2003 20:19:15 GMT)
X-Complaints-To: abuse@demon.net
NNTP-Posting-Date: Mon, 24 Feb 2003 20:19:15 +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 18nP4E-0007cq-00
	for mail2news@news.news.demon.net; Mon, 24 Feb 2003 20:19:14 +0000
X-Received: by mulga.cs.mu.OZ.AU
	id FAA20128; Tue, 25 Feb 2003 05:58:31 +1100 (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-Newsgroups: comp.std.c++
X-NNTP-Posting-Date: Mon, 24 Feb 2003 13:07:25 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Status: No, hits=1.7 required=5.0
	tests=INVALID_MSGID,NOSPAM_INC,PRIORITY_NO_NAME,SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: *
Xref: archiver1.google.com comp.std.c++:18047

Is there anywhere in standard place that states that type pointed to by
random access iterator must have copy-constructor ? That is if

i

is random access iterator and

*i

has type T then

T x = *i;

is defined ? I think there must be such place, but I cannot find it...

Mirek


---
[ 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                       ]



