14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
$NetBSD: patch-ac,v 1.1 2006/10/21 11:53:13 agc Exp $
|
|
|
|
--- ./async/ihash.h.orig 2002-05-28 11:29:16.000000000 +0100
|
|
+++ ./async/ihash.h
|
|
@@ -213,7 +213,7 @@ class ihash
|
|
const H hash;
|
|
|
|
public:
|
|
- ihash () {}
|
|
+ ihash () : eq (E ()), hash (H ()) {}
|
|
ihash (const E &e, const H &h) : eq (e), hash (h) {}
|
|
|
|
void insert (V *elm) { insert_val (elm, hash (elm->*key)); }
|