www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - Notice to Alexis Litwin

Alexis

I replied to your email, but got a mail server rejection. On the chance that
you also check out the newsgroup, here's the email:

"Alexis

What I'd suggest is that you try the shared_ptr in STLSoft
(http://stlsoft.org/), and see if that's compatible. If not, let me know and
we may be able to put in some workarounds to make it compatible.

First, though, could you compile and run the following program with your
compiler, and let me know what the output is?

#include <stdio.h>

int main(int argc, char** argv)
{
  printf("__BORLANDC__ == 0x%08x\n", __BORLANDC__);

  return 0;
}

Thanks

Matt"
Sep 04 2008