summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-21 21:02:04 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-21 21:02:04 +0000
commit4215fc48e98b327f7fd822e19c40cc19e1bf9952 (patch)
tree8b9474d34a04269145ba79053de40c33dfa77917
parent9eb9247bb2b4f9a2d3ca2eef114dd95bccf5cd9b (diff)
downloadATCD-4215fc48e98b327f7fd822e19c40cc19e1bf9952.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b7
-rw-r--r--etc/ACE-porting.html5
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 23e74347383..23595991d96 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,10 @@
+Fri Aug 21 15:50:05 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * etc/ACE-porting.html: Updated some discussion on selecting
+ versions of STL that work with ACE and TAO. Thanks to Bob
+ Laferriere <robert.laferriere@gemed.med.ge.com> for reporting
+ this.
+
Fri Aug 21 14:49:31 1998 Steve Huston <shuston@riverace.com>
* include/makeinclude/platform_hpux_gcc.GNU: Changed the default
diff --git a/etc/ACE-porting.html b/etc/ACE-porting.html
index c51e17ea6e4..42b82c380ed 100644
--- a/etc/ACE-porting.html
+++ b/etc/ACE-porting.html
@@ -166,6 +166,11 @@ take advantage of if a compiler supports them:
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>
+
+ If you are considering STL, you might consider
+ <A HREF="http://corp.metabyte.com/~fbp/stl/index.html">STLport</a>,
+ which is a port of the SGI STL to numerous platforms that ACE
+ and TAO also support. <P>
</UL>
<P><HR><P>