Blame view

3rdparty/boost_1_81_0/libs/serialization/doc/faq.html 2.08 KB
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
  <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <!--
  (C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com . 
  Use, modification and distribution is subject to the Boost Software
  License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  http://www.boost.org/LICENSE_1_0.txt)
  -->
  <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <link rel="stylesheet" type="text/css" href="../../../boost.css">
      <link rel="stylesheet" type="text/css" href="style.css">
      <title>Serialization - Tips and Tricks</title>
  </head>
  <body link="#0000ff" vlink="#800080">
      <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
          <tr>
              <td valign="top" width="300">
                  <h3>
                      <a href="../../../index.htm">
                          <img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
              </td>
              <td valign="top">
                  <h1 align="center">
                      Serialization</h1>
                  <h2 align="center">
                      Tips and Tricks</h2>
              </td>
          </tr>
      </table>
      <hr>
  This section will be used to list answers to questions raised in the mailing
  lists.  Most of these are due to subtle aspects of the library which are
  overlooked even though they might be described in the documentation.  Often,
  these issues are very easy to address - but can be excruciatingly difficult to
  find.  Should you have such an experience, feel free to vent your frustration
  in a constructive way by adding in your own item.  The best way to do this
  is to create a <a href="http://svn.boost.org/trac/boost/browser">"TRAK" item</a> 
  which includes the text you want to add to this list.
  
  <ul>
  <li><h4>
  </h4></li>
  </ul>
  <hr>
  <p>
  <i>&copy; Copyright <a href="http://www.rrsd.com">Robert Ramey</a> 2002-2009. Distributed
  under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt
  or copy at http://www.boost.org/LICENSE_1_0.txt) </i></p>
  </body>
  </html>