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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to