Skip to content

Commit

Permalink
experimental additional constraints from Readable, fixes #239
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Nov 19, 2016
1 parent 73a7864 commit 2a2fa68
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions iterators.tex
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,7 @@
} &&
CommonReference<reference_t<I>, value_type_t<I>&>() &&
CommonReference<reference_t<I>, rvalue_reference_t<I>>() &&
CommonReference<rvalue_reference_t<I>, const value_type_t<I>&>() &&
Same<
common_reference_t<reference_t<I>, value_type_t<I>>,
value_type_t<I>>() &&
Same<
common_reference_t<rvalue_reference_t<I>, value_type_t<I>>,
value_type_t<I>>();
CommonReference<rvalue_reference_t<I>, const value_type_t<I>&>();
}
\end{codeblock}

Expand Down

0 comments on commit 2a2fa68

Please sign in to comment.