On Tue, Nov 20, 2001 at 07:18:48PM +0100, Andre Poenitz wrote:
> This replaces an #include by a forward declaration.

(Sorry.  Pretend it's Friday).

Good work.  Reminds me of my early days in C++: I had no idea about
forward declarations, so every single class had to #include the header
for every file it referenced.  Apart from endless circularity, it also
made compile times quite absurd (this on a 16Mz 68020..)

Jules

Reply via email to