mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-01 05:24:47 +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>
|
||||
algorithm might be declared as follows: </p>
|
||||
<pre>
|
||||
class template<typename RanIter>
|
||||
template <class RanIter>
|
||||
BOOST_CONCEPT_REQUIRES(
|
||||
((Mutable_RandomAccessIterator<RanIter>))
|
||||
((LessThanComparable<typename Mutable_RandomAccessIterator<RanIter>::value_type>)),
|
||||
|
Reference in New Issue
Block a user