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

Версия 3.0.0 #142

Merged
merged 1 commit into from
Mar 14, 2021
Merged

Версия 3.0.0 #142

merged 1 commit into from
Mar 14, 2021

Conversation

izvolov
Copy link
Owner

@izvolov izvolov commented Mar 14, 2021

#133
#135
#137
#139

Несовместимые изменения:

  • burst::take_n берёт не ровно n элементов, а не более n элементов.

Новое:

  • burst::take_exactly. Адаптор для откусывания ровно n элементов диапазона;
  • burst::take_at_most. Синоним burst::take_n. Адаптор для откусывание не более n элементов диапазона;
  •  burst::to_vector, burst::to_deque, burst::to_list, burst::to_forward_list, burst::to_set. Адапторы для создания диапазонов на основе семейства функций burst::make_<container>.

Изменения:

  • Итератор слияния больше не требует однонаправленности от сливаемых диапазонов, им достаточно быть однопроходными.

Прочее:

  • Небольшие улучшения производительности при конструировании контейнеров (семейство burst::make_<container>);
  • Улучшение совместимости с новыми стандартами.

@izvolov izvolov self-assigned this Mar 14, 2021
@codecov
Copy link

codecov bot commented Mar 14, 2021

Codecov Report

Merging #142 (054b834) into master (394fccc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #142   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          119       119           
  Lines         1689      1689           
=========================================
  Hits          1689      1689           

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 394fccc...50f403e. Read the comment docs.

@izvolov izvolov merged commit 465bff4 into master Mar 14, 2021
@izvolov izvolov deleted the version-3.0.0 branch March 14, 2021 09:04
@izvolov izvolov restored the version-3.0.0 branch March 14, 2021 09:05
@izvolov izvolov deleted the version-3.0.0 branch March 14, 2021 09:06
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.

None yet

1 participant