Skip to content

Conversation

@jay-tux
Copy link
Owner

@jay-tux jay-tux commented Feb 14, 2022

Adds:

  • generic (template'd) generator type (including associated promise type)
  • generator type is checked for copy assign-ability (using either C++20 concepts or (CLang) type traits)
  • generator iterator for for(auto v : generator) loops

Tests:

  • generator (empty, separate calls, while)
  • generator iterator (empty, for loop)

@jay-tux jay-tux merged commit 1af7b18 into root Feb 14, 2022
@jay-tux jay-tux deleted the feat/generator branch March 6, 2022 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants