Title
[filesys.ts] [PDTS] directory_iterator, recursive_directory_iterator, pointer/reference typedefs wrong
Status
dup
Section
[class.directory_iterator][class.rec.dir.itr]
Submitter
Stephan T. Lavavej

Created on 2014-02-03.00:00:00 last changed 100 months ago

Messages

Date: 2014-02-13.00:00:00

[ 2014-02-13 LWG/SG-3 Issaquah: Daniel's resolution accepted. ]

Date: 2014-02-08.00:00:00

[ 2014-02-08 Daniel comments ]

I noticed the same problem when trying to resolve 2652. The currently suggested wording for that issue should fix the here mentioned problem as well.

I recommend to solve this issue as "Resolved by the proposed wording for 2652".

Date: 2016-01-31.20:31:05

Addresses: filesys.ts

directory_iterator and recursive_directory_iterator are constant iterators, but their pointer/reference typedefs are wrong (std::iterator defaults to providing modifiable ones).

History
Date User Action Args
2016-01-28 01:00:35adminsetmessages: + msg7877
2016-01-28 01:00:35adminsetmessages: + msg7876
2014-02-03 00:00:00admincreate