mirror of
https://github.com/boostorg/iterator.git
synced 2026-07-05 08:00:59 +02:00
dc57bcf319
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.