aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators/libfuzzer/FuzzerDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'custom_mutators/libfuzzer/FuzzerDefs.h')
-rw-r--r--custom_mutators/libfuzzer/FuzzerDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/libfuzzer/FuzzerDefs.h b/custom_mutators/libfuzzer/FuzzerDefs.h
index 3952ac51..1a2752af 100644
--- a/custom_mutators/libfuzzer/FuzzerDefs.h
+++ b/custom_mutators/libfuzzer/FuzzerDefs.h
@@ -46,7 +46,7 @@ template<typename T>
fuzzer_allocator() = default;
template<class U>
- explicit fuzzer_allocator(const fuzzer_allocator<U>&) {}
+ fuzzer_allocator(const fuzzer_allocator<U>&) {}
template<class Other>
struct rebind { typedef fuzzer_allocator<Other> other; };