Correction of previous fix.

This commit is contained in:
Edward Diener
2017-04-04 08:12:27 -04:00
parent 06b61f5407
commit 3df02ba00e

View File

@@ -114,7 +114,7 @@ int main() {
also be parenthesized. For example, the standard <code>stable_sort</code> also be parenthesized. For example, the standard <code>stable_sort</code>
algorithm might be declared as follows: </p> algorithm might be declared as follows: </p>
<pre> <pre>
class template&lt;typename RanIter&gt; template &lt;class RanIter&gt;
BOOST_CONCEPT_REQUIRES( BOOST_CONCEPT_REQUIRES(
((Mutable_RandomAccessIterator&lt;RanIter&gt;)) ((Mutable_RandomAccessIterator&lt;RanIter&gt;))
((LessThanComparable&lt;typename Mutable_RandomAccessIterator&lt;RanIter&gt;::value_type&gt;)), ((LessThanComparable&lt;typename Mutable_RandomAccessIterator&lt;RanIter&gt;::value_type&gt;)),