Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / program_options / design.html
index 7c5203e..a85499b 100644 (file)
@@ -6,7 +6,7 @@
 <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../program_options.html" title="Chapter&#160;29.&#160;Boost.Program_options">
+<link rel="up" href="../program_options.html" title="Chapter&#160;30.&#160;Boost.Program_options">
 <link rel="prev" href="howto.html" title="How To">
 <link rel="next" href="s06.html" title="Acknowledgements">
 </head>
       The instance of <code class="computeroutput"><a class="link" href="../boost/program_options/value_semantic.html" title="Class value_semantic">value_semantic</a></code> can then convert into some
       other encoding if needed.
     </p>
-<p>For the storage component, the only affected function is <code class="computeroutput"><a class="link" href="../boost/program_options/store_idp908820784.html" title="Function store">store</a></code>.
-      For Unicode input, the <code class="computeroutput"><a class="link" href="../boost/program_options/store_idp908820784.html" title="Function store">store</a></code> function should convert the value to the
+<p>For the storage component, the only affected function is <code class="computeroutput"><a class="link" href="../boost/program_options/store_idp682615248.html" title="Function store">store</a></code>.
+      For Unicode input, the <code class="computeroutput"><a class="link" href="../boost/program_options/store_idp682615248.html" title="Function store">store</a></code> function should convert the value to the
       internal encoding.  It should also inform the <code class="computeroutput"><a class="link" href="../boost/program_options/value_semantic.html" title="Class value_semantic">value_semantic</a></code> class
       about the used encoding.
     </p>