~roguescholar/boost/+git/mp11:feature/mp_unique_if

Last commit made on 2019-12-07
Get this branch:
git clone -b feature/mp_unique_if https://git.launchpad.net/~roguescholar/boost/+git/mp11

Branch merges

Branch information

Name:
feature/mp_unique_if
Repository:
lp:~roguescholar/boost/+git/mp11

Recent commits

4a8a049... by Peter Dimov <email address hidden>

Update revision history

3efbc9d... by Peter Dimov <email address hidden>

Suppress -Wsign-compare on g++ 4.7 more forcefully

76442f9... by Peter Dimov <email address hidden>

Add clang-9 to Travis

4f91ee2... by Peter Dimov <email address hidden>

Suppress -Wsign-compare on g++ 4.7

523c236... by Peter Dimov <email address hidden>

Use a better msvc-12/14 workaround in test/mp_unique_if.cpp

6a2e8e8... by Peter Dimov <email address hidden>

Update test/mp_unique_if_q.cpp

d151f9a... by Peter Dimov <email address hidden>

Update test/mp_unique_if.cpp

4091477... by Peter Dimov <email address hidden>

Reformat mp_unique_if

1542a0c... by Peter Dimov <email address hidden>

Fix documentation of mp_unique_if, mp_unique_if_q

aa11577... by Kris Jusiak <email address hidden>

:new: [mp_unique_if] Support for `mp_unique` with a predicate

Problem:
- `mp_unique` doesn't support custom predicates.

Solution:
- Add `mp_unique_if` and `mp_unique_if_q` which allow to remove duplicates elements with a predicate.