mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
Include iterator in ContainerTraits requirements
[SVN r20348]
This commit is contained in:
@@ -828,6 +828,18 @@ namespace our_namespace {
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<code>iterator</code>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
The container's iterator type. This should be a non-const
|
||||
iterator unless the container itself is const.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<code>index_type</code>
|
||||
|
||||
Reference in New Issue
Block a user