mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 15:59:19 +01:00
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.