diff options
author | Andrei Pavel <andrei@isc.org> | 2022-12-06 14:28:44 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-12-06 14:28:44 +0100 |
commit | a4d61bf7b2add5eb5ec5d7f7ce03750a4e39de3c (patch) | |
tree | 5d79ad64533ccf40c2e38097e04669ab641a508c /.gitignore | |
parent | [#2655] Added stop() to TcpListener dtor (diff) | |
download | kea-a4d61bf7b2add5eb5ec5d7f7ce03750a4e39de3c.tar.xz kea-a4d61bf7b2add5eb5ec5d7f7ce03750a4e39de3c.zip |
[#2617] fix Wdeprecated-declarations warnings on std::iterator
Like this one:
../../../src/lib/dns/message.h:91:37: warning: ‘template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator’ is deprecated [-Wdeprecated-declarations]
91 | class SectionIterator : public std::iterator<std::input_iterator_tag, T> {
| ^~~~~~~~
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions