Skip to content

Remove view and iterator support if exceptions are not used #26

Description

@vvish

As there is no generic way to propagate error from standard algorithms and views, usage of custom input iterators that can fail can be unsafe.

It is required to enable methods returning views conditionally, if exceptions are used.
If exceptions are not used method template receiving functor can be used instead ( tx.iterate_by_key(key, print_item); ).

The task is dependent on #9

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    taskIssue is a task

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions