Fix deprecation warning

Also put iterator into dhandy namespace. I don't
remember why I left it out, and it's probably a
sign I should have not done so.
This commit is contained in:
King_DuckZ 2024-04-26 00:19:50 +02:00
commit 4d904ac689
3 changed files with 70 additions and 3 deletions

View file

@ -9,6 +9,7 @@ unit_test_prog = executable(meson.project_name(),
'resource_pool_test.cpp',
'version_test.cpp',
'tiger_test.cpp',
'infix_iterator.cpp',
install: false,
dependencies: [sprout_dep, catch2_dep],
include_directories: [public_incl],