Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62153 - trunk/libs/iostreams/doc/classes
From: steven_at_[hidden]
Date: 2010-05-22 15:30:13


Author: steven_watanabe
Date: 2010-05-22 15:30:12 EDT (Sat, 22 May 2010)
New Revision: 62153
URL: http://svn.boost.org/trac/boost/changeset/62153

Log:
Fix a minor html formatting glitch
Text files modified:
   trunk/libs/iostreams/doc/classes/zlib.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/iostreams/doc/classes/zlib.html
==============================================================================
--- trunk/libs/iostreams/doc/classes/zlib.html (original)
+++ trunk/libs/iostreams/doc/classes/zlib.html 2010-05-22 15:30:12 EDT (Sat, 22 May 2010)
@@ -99,7 +99,7 @@
 <SPAN CLASS="keyword">struct</SPAN> <A CLASS="documented" HREF="#basic_zlib_decompressor">basic_zlib_decompressor</A>;
 
 <SPAN CLASS="keyword">typedef</SPAN> basic_zlib_compressor&lt;&gt; <SPAN CLASS="defined">zlib_compressor</SPAN>;
-<SPAN CLASS="keyword">typedef</SPAN> basic_zlib_decompressor<>lt;<>gt; <SPAN CLASS="defined">zlib_decompressor</SPAN>;
+<SPAN CLASS="keyword">typedef</SPAN> basic_zlib_decompressor&lt;&gt; <SPAN CLASS="defined">zlib_decompressor</SPAN>;
 
 <SPAN CLASS="keyword">class</SPAN> <A CLASS="documented" HREF="#zlib_error">zlib_error</A>;
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk