21 Sep
2002
21 Sep
'02
1:51 p.m.
From: "Nicola Musatti"
Peter, the Borland 5.5.1 compiler behaves differently according to whether you enable the generation of debugging information or not. To further confuse the issue, the command line compiler has debug information generation turned off by default, while BCB5 has it on.
The problem with shared_ptr only happens with debugging information turned on. The 1.28.0 version of shared_ptr is handled correctly by the 5.6.1 compiler (the one in BCB6 with Update 2 installed).
Once again, can someone please post an example that demonstrates the problem? I did use the -v switch with my example, and it worked.