This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15528] segv


------- Additional Comments From igodard at pacbell dot net  2004-05-18 23:43 -------
In allocator.hh:

               StdAllocator(const StdAllocator& a = StdAllocator()) :
                        std::allocator<T>(a) {}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15528


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]