code cleanups (from cppcheck mostly)

This commit is contained in:
hexcoder-
2021-01-04 15:32:22 +01:00
parent 5cdbfeef4a
commit b7af98e945
10 changed files with 23 additions and 23 deletions

View File

@ -46,7 +46,7 @@ template<typename T>
fuzzer_allocator() = default;
template<class U>
fuzzer_allocator(const fuzzer_allocator<U>&) {}
explicit fuzzer_allocator(const fuzzer_allocator<U>&) {}
template<class Other>
struct rebind { typedef fuzzer_allocator<Other> other; };