Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Версия 2.0.0 #131

Merged
merged 1 commit into from
Jul 26, 2020
Merged

Версия 2.0.0 #131

merged 1 commit into from
Jul 26, 2020

Conversation

izvolov
Copy link
Owner

@izvolov izvolov commented Jul 26, 2020

#113
#116
#121

Новое:

  • Упрощённый интерфейс (через std::tie) для ленивых операций с множествами;

  • Метафункции:

    • are_same
    • minimum_category
    • range_category
    • range_iterator
    • range_reference
    • range_value

Изменения:

  • Метафункции для итераторов сменили место жительства на burst/type_traits:

    • iterator_category
    • iterator_difference
    • iterator_pointer
    • iterator_reference
    • iterator_value

Новое:

-   Упрощённый интерфейс (через `std::tie`) для ленивых операций с множествами;

-   Метафункции:

    *   are_same
    *   minimum_category
    *   range_category
    *   range_iterator
    *   range_reference
    *   range_value

Изменения:

-   Метафункции для итераторов сменили место жительства на `burst/type_traits`:

    *   iterator_category
    *   iterator_difference
    *   iterator_pointer
    *   iterator_reference
    *   iterator_value
@izvolov izvolov self-assigned this Jul 26, 2020
@codecov
Copy link

codecov bot commented Jul 26, 2020

Codecov Report

Merging #131 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #131   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          106       106           
  Lines         1594      1594           
=========================================
  Hits          1594      1594           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56393c8...a5c81ec. Read the comment docs.

@izvolov izvolov merged commit be4f4ef into master Jul 26, 2020
@izvolov izvolov deleted the version-2.0.0 branch July 26, 2020 12:09
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.

1 participant