Skip to content

Answering questions in your midterm code #1

@fuchsto

Description

@fuchsto

Link to source file

// begin cannot result in a constant expression ??? WHY ...?!?!?!?
auto begin() noexcept {
  return elem_iterator(_chunk, 0, _pos);
}

Because the constructor elem_iterator is not declared constexpr.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions