Hi Kevin ..
On Wed, Aug 07, 2002 at 10:11:06PM -0400, Kevin B. Hendricks wrote:
>I think there is some misunderstanding.
>
>Our OOo tree officially has the following in it in memmgr.cxx
>
>std::new_handler
>SAL_CALL std::set_new_handler (std::new_handler pfnHandler) throw ()
>{
>std::ne
Hi,
I think there is some misunderstanding.
Our OOo tree officially has the following in it in memmgr.cxx
std::new_handler
SAL_CALL std::set_new_handler (std::new_handler pfnHandler) throw ()
{
std::new_handler f = g_pfnHandler;
g_pfnHandler = pfnHandler;
return f;
}
Bu
Hi Debian-GCC team and OpenOffice.org people ..
I got this error while compiling OOo with gcc-3.2:
g++-3.2 ..[snip].. -o ../../unxlngppc.pro/obj/memmgr.o
/home/palic/Files/Projekte/OpenOffice/debian/openoffice.org-1.0.1/build-tree/oo_1.0.1_src/tools/source/memmgr/memmgr.cxx
/home/palic/Files/Pr
3 matches
Mail list logo