$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2003-02-27 04:47:20
Beman Dawes wrote:
> Pavel,
>
> >Official patch 4 was released just now:
> >
> >http://bdn.borland.com/article/0,1410,29793,00.html
> >
> >
> >Among bugs fixed is:
> >- The bcc compiler now compiles code containing a const member
> function.
>
> Hum... Interesting... Thanks for letting me know.
Could some one that has this compiler please test something for me? I'm hoping
that a preprocessor bug got fixed (though it isn't listed).
#define A() 1
#define B(m) m 2
B(A)
It should expand to "A 2", but will probably expand to "A2".
Thanks in advance,
Paul Mensonides