[CXX-1068] Make bsoncxx iterators always const_iterators Created: 04/Oct/16 Updated: 15/Nov/16 Resolved: 03/Nov/16 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | API |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.3 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | David Golden | Assignee: | David Golden |
| Resolution: | Done | Votes: | 0 |
| Labels: | pull-request | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Minor Change |
| Description |
|
This is a tracking ticket for https://github.com/mongodb/mongo-cxx-driver/pull/555 :
After consideration, instead of adopting the pull request, we decided to make all iterator const_iterators and to alias the iterator types to their corresponding const_iterator type. |
| Comments |
| Comment by Githook User [ 08/Nov/16 ] |
|
Author: {u'username': u'xdg', u'name': u'David Golden', u'email': u'xdg@xdg.me'}Message: This commit rationalizes the bsoncxx iterator API for both
This replaces and closes #555. |
| Comment by Githook User [ 03/Nov/16 ] |
|
Author: {u'username': u'xdg', u'name': u'David Golden', u'email': u'xdg@xdg.me'}Message: This commit rationalizes the bsoncxx iterator API for both
This replaces and closes #555. |