mirror of
https://github.com/boostorg/more.git
synced 2025-02-27 09:40:06 +08:00
1.21.0 run up
[SVN r9502]
This commit is contained in:
parent
ac37ed7dd6
commit
4e69e629b7
20
faq.htm
20
faq.htm
@ -23,6 +23,18 @@
|
||||
|
||||
<h1>Boost Frequently Asked Questions</h1>
|
||||
|
||||
<p><strong>How do I download the libraries?</strong>
|
||||
See <a href="../libs/libraries.htm#Download">Download</a> instructions.</p>
|
||||
|
||||
<p><b>What support is available for the libraries?</b> Try the <a
|
||||
href="mailto:boost@egroups.com">boost@egroups.com</a> mailing list. </p>
|
||||
|
||||
<p><b>What do the Boost version numbers mean? </b>The scheme is x.y.z, where x is incremented only for massive changes, such as a reorganization of many libraries, y is incremented whenever a new library is added, and z is incremented for maintenance releases. y and z are reset to 0 if
|
||||
the value to the left changes. <br>
|
||||
<br>
|
||||
<b>How can the Boost libraries be used successfully for important projects?
|
||||
</b>Many of the Boost libraries are actively maintained and improved, so backward compatibility with prior version isn't always possible. Deal with this by freezing the version of the Boost libraries used by your project. Only upgrade at points in your project's life cycle where a bit of change will not cause problems. Individual bug fixes can always be obtained from the CVS repository. </p>
|
||||
|
||||
<p><b>How is a library accepted for posting on the site?</b>
|
||||
See <a href="submission_process.htm">Library Submission Process</a></p>
|
||||
|
||||
@ -77,9 +89,6 @@ policy is to only accept libraries with a clear copyright notice. It is up
|
||||
potential users to decide if they find the copyright terms acceptable, and to not use
|
||||
libraries with unacceptable copyrights.</p>
|
||||
|
||||
<p><b>What support is available for the libraries?</b> Try the <a
|
||||
href="mailto:boost@egroups.com">boost@egroups.com</a> mailing list. </p>
|
||||
|
||||
<p><b>Is there a formal relationship between Boost.org and the C++ Standards Committee?</b>
|
||||
No. The people who started Boost.org were all on the committee, but that was just
|
||||
happenstance.</p>
|
||||
@ -102,9 +111,6 @@ the standards committees, you don’t have to pay to volunteer!</p>
|
||||
but if people contribute occasional articles or other material to make the site more
|
||||
interesting, that could be a nice fit.</p>
|
||||
|
||||
<p><strong>How do I download the libraries?</strong>
|
||||
See <a href="../libs/libraries.htm#Download">Download</a> instructions.</p>
|
||||
|
||||
<p><b>Why isn't there a separate boost mailing list for my favorite
|
||||
library? </b> One of the reasons for boost's success has been the cross-pollination of ideas between diverse library
|
||||
projects and the occasional look into other threads by otherwise uninterested parties. The more people participate, the less they tend to be annoyed by
|
||||
@ -125,7 +131,7 @@ encouraged to include keywords in the subject like "thread",
|
||||
|
||||
<hr>
|
||||
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->06 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40406" -->
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->08 March, 2001<!--webbot bot="Timestamp" endspan i-checksum="28780" -->
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -424,7 +424,7 @@ void tweak_all_widgets2(int arg)
|
||||
<hr>
|
||||
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->18 Feb 2001<!--webbot bot="Timestamp" endspan i-checksum="14389" -->
|
||||
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->28 Feb 2001<!--webbot bot="Timestamp" endspan i-checksum="14390" -->
|
||||
|
||||
|
||||
<p>© Copyright David Abrahams 2001. Permission to copy, use, modify,
|
||||
|
Loading…
Reference in New Issue
Block a user