> Are there known bugs in GCC related to multiple instantiations of a linked > list in C++ code? No. Most likely, it's a bug in your code. Regards, Martin
- linked list bugs for C++? Casey McCoy
- Re: linked list bugs for C++? Kurt Wall
- Martin v. Loewis
> Are there known bugs in GCC related to multiple instantiations of a linked > list in C++ code? No. Most likely, it's a bug in your code. Regards, Martin