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 | 2ca4694de291f93cc9fdd2780ddbd5436a2ec8f3 (patch) | |
tree | c0a8251fef65854452b8fa20504685c194dd6cbd /etc | |
parent | b0540c88191f87966708502b8ead20e2f5f375b3 (diff) | |
download | ATCD-2ca4694de291f93cc9fdd2780ddbd5436a2ec8f3.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> |