Move header to detail in preparation for merge to trunk

[SVN r63100]
This commit is contained in:
Beman Dawes
2010-06-19 14:55:01 +00:00
parent a6f0ee9b19
commit b925279bc9
2 changed files with 13 additions and 2 deletions

View File

@ -20,13 +20,24 @@ style="border-collapse: collapse">
width="300" height="86" border="0" /></a></td> width="300" height="86" border="0" /></a></td>
<td> <td>
<h1 align="center">&quot;Quoted&quot; <h1 align="center">&quot;Quoted&quot;
I/O Manipulator<br> I/O Manipulators<br>
for Strings</h1> for Strings</h1>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table border="1" cellpadding="5" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td>
<p align="center"><b>&quot;Quoted&quot;
I/O Manipulators
for Strings are not yet accepted into Boost as public components. Thus the
header file is currently located in &lt;boost/io/detail/quoted_manip.hpp&gt;, and
this documentation page is not linked to from official documentation.</b></td>
</tr>
</table>
<h2>Introduction</h2> <h2>Introduction</h2>
<p>C++ Standard library stream I/O for strings that contain embedded spaces <p>C++ Standard library stream I/O for strings that contain embedded spaces
can produce unexpected results. For example,</p> can produce unexpected results. For example,</p>
@ -65,7 +76,7 @@ be preceded by an escape character, as will the escape character itself:</p>
<blockquote> <blockquote>
<pre>std::cout &lt;&lt; quoted(&quot;'Jack &amp; Jill'&quot;, '&amp;', '\''); // outputs: '&amp;'Jack &amp;&amp; Jill&amp;''</pre> <pre>std::cout &lt;&lt; quoted(&quot;'Jack &amp; Jill'&quot;, '&amp;', '\''); // outputs: '&amp;'Jack &amp;&amp; Jill&amp;''</pre>
</blockquote> </blockquote>
<h2>Header &lt;boost/io/quoted_manip.hpp&gt; synopsis</h2> <h2>Header <a href="../../../boost/io/detail/quoted_manip.hpp">&lt;boost/io/quoted_manip.hpp&gt;</a> synopsis</h2>
<pre>namespace boost <pre>namespace boost
{ {
namespace io namespace io