summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>