This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Where is this used?
- From: Sergi Blanch i Torné <sbt at ya dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 29 May 2007 11:33:26 +0200
- Subject: Where is this used?
Hi,
I have a link error compiling one code. The linker say me that I have no
reference either:
.../libISL.so: undefined reference to `std::__default_alloc_template<true,
0>::allocate(unsigned int)'
.../libISL.so: undefined reference to `std::__default_alloc_template<true,
0>::deallocate(void*, unsigned int)'
Both codes, the program and this isl library, are compiled on my machine but I
didn't wrote all of this.
My question is, I am not sure this de/allocate are mandatory to be used, and I
want to discard this errors could come from some garbage. Have this linker
response any sense for anyone?
/Sergi.