[LLVMbugs] [Bug 9096] New: list::iterator not default constructible
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 28 13:38:36 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9096
Summary: list::iterator not default constructible
Product: libc++
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
AssignedTo: hhinnant at apple.com
ReportedBy: marc.glisse at normalesup.org
CC: llvmbugs at cs.uiuc.edu
Hello,
I believe list::iterator is supposed to be a forward iterator and thus default
constructible. However, that doesn't seem to be the case currently in libc++
(__list_iterator has a constructor specified, so the default one isn't
generated).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list