Skip to content

Commit

Permalink
refs #113 #116 #121 Версия 2.0.0
Browse files Browse the repository at this point in the history
Новое:

-   Упрощённый интерфейс (через `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
  • Loading branch information
izvolov committed Jul 26, 2020
1 parent 56393c8 commit be4f4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###################################################################################################

cmake_minimum_required(VERSION 3.8.2)
project(Burst VERSION 1.1.0 LANGUAGES CXX)
project(Burst VERSION 2.0.0 LANGUAGES CXX)

get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Burst

То, чего нет в Бусте.

![Статус сборки под Linux](https://github.com/izvolov/burst/workflows/Linux/badge.svg) ![Статус сборки под macOS](https://github.com/izvolov/burst/workflows/macOS/badge.svg) [![Покрытие кода тестами](https://codecov.io/gh/izvolov/burst/branch/master/graph/badge.svg)](https://codecov.io/gh/izvolov/burst) [![Качество кода](https://api.codacy.com/project/badge/Grade/ddaf89951f3245b685a08e19e8f274d8)](https://www.codacy.com/app/izvolov/burst) [![Попробовать онлайн на Wandbox.org](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/Hcmx94lZxvWnNfBH)
![Статус сборки под Linux](https://github.com/izvolov/burst/workflows/Linux/badge.svg) ![Статус сборки под macOS](https://github.com/izvolov/burst/workflows/macOS/badge.svg) [![Покрытие кода тестами](https://codecov.io/gh/izvolov/burst/branch/master/graph/badge.svg)](https://codecov.io/gh/izvolov/burst) [![Качество кода](https://api.codacy.com/project/badge/Grade/ddaf89951f3245b685a08e19e8f274d8)](https://www.codacy.com/app/izvolov/burst) [![Попробовать онлайн на Wandbox.org](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/hJj41x0T9m1P5rkT)

О проекте
---------
Expand Down

0 comments on commit be4f4ef

Please sign in to comment.