summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-10-03 11:24:15 -0700
committerGitHub <noreply@github.com>2019-10-03 11:24:15 -0700
commit24ad028cdd3f72b5c9123e9718c63e7613e0a841 (patch)
tree2d93e1064700a68169ed2b5aa89f3ca869a8831e /examples
parent51181eb3382ae9c94f90a39103e33ec6e9063dee (diff)
Add missing type definitions to CDHashMap iterator (#3330)
Our `CDMapBlack` test failed to compile with newer versions of libstdc++ because they require the `value_type` to be defined for the iterator (accessed via `std::iterator_traits`). Due to the implementation of `std::iterator_traits`, we also need to define `iterator_category`, `difference_type`, `pointer`, and `reference`.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback