mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-02 05:54:38 +02:00
Correction of previous fix.
This commit is contained in:
@@ -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<typename RanIter>
|
template <class RanIter>
|
||||||
BOOST_CONCEPT_REQUIRES(
|
BOOST_CONCEPT_REQUIRES(
|
||||||
((Mutable_RandomAccessIterator<RanIter>))
|
((Mutable_RandomAccessIterator<RanIter>))
|
||||||
((LessThanComparable<typename Mutable_RandomAccessIterator<RanIter>::value_type>)),
|
((LessThanComparable<typename Mutable_RandomAccessIterator<RanIter>::value_type>)),
|
||||||
|
Reference in New Issue
Block a user