mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-25 06:12:26 +00:00
Use EBO to minimize wasted storage space if the predicate is an empty class. Disable default constructing non-class predicates using SFINAE instead of a static_assert. This will help type traits like is_constructible, when applied to the iterator type.