Help! Which compilers use _RWSTD_VER and __SGI_STL_PORT?

Hallo, I think I found a workaround for the pool problem with BCB2006, which broke several serialization tests. However in order to be sure not to break other compilers I need to know if the macros above, _RWSTD_VER and __SGI_STL_PORT, are Borland specific or no. Any idea? Thanks, Nicola Musatti

These macros are not specific to any particular compiler. They are set by two different implementations of STL: RogueWave standard C++ library and STLport, respectively. These STLs support multiple compilers, including Borland. Boris ----- Original Message ----- From: "Nicola Musatti" <Nicola.Musatti@gmail.com> To: <boost@lists.boost.org> Sent: Thursday, April 27, 2006 4:17 AM Subject: [boost] Help! Which compilers use _RWSTD_VER and __SGI_STL_PORT?
Hallo, I think I found a workaround for the pool problem with BCB2006, which broke several serialization tests. However in order to be sure not to break other compilers I need to know if the macros above, _RWSTD_VER and __SGI_STL_PORT, are Borland specific or no. Any idea?
Thanks, Nicola Musatti
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Boris Gubenko wrote:
These macros are not specific to any particular compiler. They are set by two different implementations of STL: RogueWave standard C++ library and STLport, respectively. These STLs support multiple compilers, including Borland.
This is obvious, in retrospect. I was deceived by the fact that the workouroun I'm referring to appears to be Borland specific, but I guess it isn't. Thanks, Nicola Musatti

"Nicola Musatti"
I think I found a workaround for the pool problem with BCB2006, which broke several serialization tests. However in order to be sure not to break other compilers I need to know if the macros above, _RWSTD_VER and __SGI_STL_PORT, are Borland specific or no. Any idea?
Only __BORLANDC__ is. /Pavel
participants (3)
-
Boris Gubenko
-
Nicola Musatti
-
Pavel Vozenilek