📝 fix links to cppreference named requirements
"Concepts" have been renamed to "named requirements". This is because P0898R3 Standard Library Concepts has been merged into C++20. Cppreference have moved their links accordingly.
This commit is contained in:
		
							parent
							
								
									9f00db48d9
								
							
						
					
					
						commit
						963d06a13c
					
				
					 5 changed files with 73 additions and 73 deletions
				
			
		|  | @ -31,7 +31,7 @@ This class implements a both iterators (iterator and const_iterator) for the | |||
| 
 | ||||
| @requirement The class satisfies the following concept requirements: | ||||
| - | ||||
| [BidirectionalIterator](https://en.cppreference.com/w/cpp/concept/BidirectionalIterator):
 | ||||
| [BidirectionalIterator](https://en.cppreference.com/w/cpp/named_req/BidirectionalIterator):
 | ||||
|   The iterator that can be moved can be moved in both directions (i.e. | ||||
|   incremented and decremented). | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,10 +21,10 @@ create @ref const_reverse_iterator). | |||
| 
 | ||||
| @requirement The class satisfies the following concept requirements: | ||||
| - | ||||
| [BidirectionalIterator](https://en.cppreference.com/w/cpp/concept/BidirectionalIterator):
 | ||||
| [BidirectionalIterator](https://en.cppreference.com/w/cpp/named_req/BidirectionalIterator):
 | ||||
|   The iterator that can be moved can be moved in both directions (i.e. | ||||
|   incremented and decremented). | ||||
| - [OutputIterator](https://en.cppreference.com/w/cpp/concept/OutputIterator):
 | ||||
| - [OutputIterator](https://en.cppreference.com/w/cpp/named_req/OutputIterator):
 | ||||
|   It is possible to write to the pointed-to element (only if @a Base is | ||||
|   @ref iterator). | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue