aspell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[aspell-devel] aspell-0.60-20040416 bug in string_map.hpp


From: Karl Chen
Subject: [aspell-devel] aspell-0.60-20040416 bug in string_map.hpp
Date: 24 Apr 2004 04:24:28 -0700

I had to make the following change to get aspell 20040416 snapshot
to compile with gcc 3.3:


--- .backup/string_map.hpp.~1~  2004-02-15 11:31:20.000000000 -0800
+++ string_map.hpp      2004-04-23 16:33:42.000000000 -0700
@@ -47,7 +47,7 @@
   PosibErr<void> clear() {lookup_.clear(); buffer_.reset(); return no_err;}
   
   StringMap() : empty_str() {}
-  StringMap(const StringMap & other) {copy(other);}
+  StringMap(const StringMap & other) : empty_str() {} {copy(other);}
   StringMap & operator= (const StringMap & o) {clear(); copy(o); return *this;}
   ~StringMap() {}
   

-- 
Karl 2004-04-23 16:33




reply via email to

[Prev in Thread] Current Thread [Next in Thread]