Skip to content

list::iterator not default constructible #9468

@llvmbot

Description

@llvmbot
Bugzilla Link 9096
Resolution FIXED
Resolved on Jun 23, 2014 03:46
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillalibc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions