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 authored and CaseyCarter committed Mar 8, 2017
1 parent 54457f9 commit 822e3d6
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 @@ -1074,13 +1074,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 822e3d6

Please sign in to comment.