You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imply span_FEATURE_MAKE_SPAN when span_FEATURE_NON_MEMBER_FIRST_LAST_SUB is on, as the non-member functions first(), last() and subspan() require make_span().
Currently enabling first() etc. without enabling make_span() leads to #error.
Plan:
In code, imply span_FEATURE_MAKE_SPAN from span_FEATURE_NON_MEMBER_FIRST_LAST_SUB
Document span_FEATURE_MAKE_SPAN, mentioning it is implied by span_FEATURE_NON_MEMBER_FIRST_LAST_SUB
In document of span_FEATURE_NON_MEMBER_FIRST_LAST_SUB, mention it implies span_FEATURE_MAKE_SPAN
Imply
span_FEATURE_MAKE_SPAN
whenspan_FEATURE_NON_MEMBER_FIRST_LAST_SUB
is on, as the non-member functionsfirst()
,last()
andsubspan()
requiremake_span()
.Currently enabling
first()
etc. without enablingmake_span()
leads to#error
.Plan:
Originates from issue #32 .
The text was updated successfully, but these errors were encountered: