mirror of
				https://github.com/boostorg/iterator.git
				synced 2025-11-04 02:11:37 +01: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.