diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-21 13:40:46 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-21 13:40:46 +0000 |
commit | c3c40a0e73eaf693d65daf48057bfdc7024438ac (patch) | |
tree | 8327acd7cb725add216160d97b6afae14ee9687a /etc | |
parent | 978a22c48db102b1ea74484d099c2fe9750bd346 (diff) | |
download | ATCD-c3c40a0e73eaf693d65daf48057bfdc7024438ac.tar.gz |
Added a note about why we don't use STL on the ACE-porting document.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ACE-porting.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/ACE-porting.html b/etc/ACE-porting.html index 8578016d1a4..37f151dbbc1 100644 --- a/etc/ACE-porting.html +++ b/etc/ACE-porting.html @@ -156,6 +156,12 @@ take advantage of if a compiler supports them: TAO will automatically take advantage of namespaces if the C++ compiler supports them, <EM>i.e.</EM>, if <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. + If your target platform(s) support STL you should be able to + use both without problems. <P> </UL> <P><HR><P> |