diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-21 13:50:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-21 13:50:55 +0000 |
commit | 6deefe3253f27e9ea9bd76a09e85cb184941e2be (patch) | |
tree | c0a8251fef65854452b8fa20504685c194dd6cbd /etc | |
parent | c3c40a0e73eaf693d65daf48057bfdc7024438ac (diff) | |
download | ATCD-6deefe3253f27e9ea9bd76a09e85cb184941e2be.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ACE-porting.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/ACE-porting.html b/etc/ACE-porting.html index 37f151dbbc1..1cb7389236e 100644 --- a/etc/ACE-porting.html +++ b/etc/ACE-porting.html @@ -158,10 +158,13 @@ take advantage of if a compiler supports them: <CODE>ACE_HAS_BROKEN_NAMESPACES</CODE> is <EM>not</EM> enabled. <P> <LI> <B>STL</B> -- Unfortunately many of the platforms that ACE - supports don't have an STL library, so ACE does not depends on - STL and does not use it. + supports don't have an STL library. Moreover, different versions + of STL behave differently. Therefore, ACE does not depends on + STL and does not use it internally. If your target platform(s) support STL you should be able to - use both without problems. <P> + use it with ACE and TAO without problems, though your C++ + compiler may have problems with it (this is beyond the scope + of ACE, however). <P> </UL> <P><HR><P> |