This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: inline operator delete redefinition and in-charge deletingdestructor
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Christian Bruel <chrbr at free dot fr>, gcc-help at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: Tue, 11 May 2004 14:38:42 -0500
- Subject: Re: inline operator delete redefinition and in-charge deletingdestructor
- References: <200405112112.53572.chrbr@free.fr>
Hi Christian,
Keep in mind that inlined routines must be visible in all compilation units
in which they are used.
Sincerely,
--Eljay