mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
[SVN r36992]
This commit is contained in:
parent
c187461f08
commit
a3e085cfd5
2 changed files with 18 additions and 3 deletions
10
index.htm
10
index.htm
|
@ -266,7 +266,7 @@
|
|||
Library</a>:</span> Boost.Function now implements a
|
||||
small buffer optimization, which can drastically
|
||||
improve the performance when copying or
|
||||
construction Boost.Function objects storing small
|
||||
constructing Boost.Function objects storing small
|
||||
function objects. For instance,
|
||||
<code>bind(&X:foo, &x, _1, _2)</code>
|
||||
requires no heap allocation when placed into a
|
||||
|
@ -798,6 +798,9 @@
|
|||
<li><a href=
|
||||
"more/version_history.html">Version
|
||||
History</a></li>
|
||||
|
||||
<li><a href=
|
||||
"more/mailing_lists.htm#IRC">#boost IRC channel</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -807,7 +810,7 @@
|
|||
<h4>Other Resources</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="more/BoostCon07.html">BoostCon 2007</a></li>
|
||||
<li><a href="http://www.boostcon.com">BoostCon 2007</a></li>
|
||||
|
||||
<li><a href=
|
||||
"http://boost-consulting.com/vault/">Vault
|
||||
|
@ -821,6 +824,9 @@
|
|||
"more/mailing_lists.htm#sandbox">Sandbox
|
||||
CVS</a></li>
|
||||
|
||||
<li><a href=
|
||||
"http://engineering.meta-comm.com/boost.aspx">Snapshots</a></li>
|
||||
|
||||
<li><a href="tools/index.html">Tools</a></li>
|
||||
|
||||
<li><a href=
|
||||
|
|
|
@ -155,6 +155,8 @@ div.admonition p.admonition-title {
|
|||
</dd>
|
||||
|
||||
<dt><a href="#sandbox">Boost Sandbox CVS</a></dt>
|
||||
|
||||
<dt><a href="#IRC">#boost IRC channel</a></dt>
|
||||
</dl>
|
||||
|
||||
<h2>Boost <a name="users" id="users">Users</a> mailing list (also available
|
||||
|
@ -383,11 +385,18 @@ div.admonition p.admonition-title {
|
|||
listed on its <a href=
|
||||
"http://sourceforge.net/projects/boost-sandbox/">Sourceforge Project
|
||||
Page</a>.</p>
|
||||
|
||||
<h2>#boost <a name="IRC" id="IRC">IRC</a> channel</h2>
|
||||
|
||||
<p>In addition to the mailing lists presented above, a #boost IRC channel on
|
||||
<a href="http://freenode.net">freenode</a> is frequented by some boost users.
|
||||
As usual with IRC channels, one should not necessarily expect that his questions
|
||||
will be answered. The channel is not moderated.</p>
|
||||
<hr>
|
||||
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y"
|
||||
startspan -->04 December, 2005<!--webbot bot="Timestamp" endspan
|
||||
startspan -->11 December, 2006<!--webbot bot="Timestamp" endspan
|
||||
i-checksum="39365" --></p>
|
||||
|
||||
<p>Copyright Beman Dawes and David Abrahams 2001-2005</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue