mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 16:40:42 +00:00
New smart pointer documentation. Related clean-up of the smart pointer
library. Changing includes to include the new individual smart pointer headers. Replacing old smart pointer library with an include of the new smart pointer headers. Simplify ifdefs that involve the member templates macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet set for platforms that have full member templates. [SVN r12647]
This commit is contained in:
parent
d00855108e
commit
277bbbfcd7
8 changed files with 41 additions and 35 deletions
59
index.htm
59
index.htm
|
@ -1,3 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
@ -9,50 +11,51 @@
|
|||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<h1>
|
||||
<img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" align="center" width="277" height="86">
|
||||
<img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" align="middle" width="277" height="86">
|
||||
Welcome to Boost.org!</h1>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<table border="3" cellpadding="5" bordercolor="#007F7F" align="left">
|
||||
<td>
|
||||
<table border="3" cellpadding="5" align="left">
|
||||
<tr>
|
||||
<td>
|
||||
<p><b>Libraries<br>
|
||||
</b>• <a href="libs/libraries.htm">Documentation</a><br>
|
||||
• <a href="more/download.html">Download</a> <br>
|
||||
• <a href="more/download.html#Installation">Install</a> & <a href="tools/build/index.html">Build<br>
|
||||
</a>• <a href="status/compiler_status.html">Compiler Status</a></p>
|
||||
</b>• <a href="libs/libraries.htm">Documentation</a><br>
|
||||
• <a href="more/download.html">Download</a> <br>
|
||||
• <a href="more/download.html#Installation">Install</a> & <a href="tools/build/index.html">Build<br>
|
||||
</a>• <a href="status/compiler_status.html">Compiler Status</a></p>
|
||||
<p>
|
||||
<b>Mailing Lists</b><br>
|
||||
• <a href="more/mailing_lists.htm#main">Boost (Developers)</a><br>
|
||||
• <a href="more/mailing_lists.htm#users">Boost Users</a><br>
|
||||
• <a href="more/mailing_lists.htm#announce">Announcements</a><br>
|
||||
• <a href="more/discussion_policy.htm">Discussion Policy</a></p>
|
||||
• <a href="more/mailing_lists.htm#main">Boost (Developers)</a><br>
|
||||
• <a href="more/mailing_lists.htm#users">Boost Users</a><br>
|
||||
• <a href="more/mailing_lists.htm#announce">Announcements</a><br>
|
||||
• <a href="more/discussion_policy.htm">Discussion Policy</a></p>
|
||||
<p>
|
||||
<b>Support<br>
|
||||
</b>
|
||||
• <a href="more/faq.htm">FAQ</a><br>
|
||||
• <a href="http://sourceforge.net/tracker/?group_id=7586">Request
|
||||
• <a href="more/faq.htm">FAQ</a><br>
|
||||
• <a href="http://sourceforge.net/tracker/?group_id=7586">Request
|
||||
Support</a><br>
|
||||
• <a href="more/bugs.htm">Report Bugs</a><br>
|
||||
• <a href="more/requesting_new_features.htm">Suggest Features</a><br>
|
||||
• Also: <a href="more/mailing_lists.htm">Mailing Lists</a></p>
|
||||
• <a href="more/bugs.htm">Report Bugs</a><br>
|
||||
• <a href="more/requesting_new_features.htm">Suggest Features</a><br>
|
||||
• Also: <a href="more/mailing_lists.htm">Mailing Lists</a></p>
|
||||
<p><b>About<br>
|
||||
</b>• <a href="more/formal_review_process.htm">Formal Reviews</a><b><br>
|
||||
</b>• <a href="more/formal_review_schedule.html">Review Schedule<br>
|
||||
</a>• <a href="more/lib_guide.htm#Requirements">Requirements</a><br>
|
||||
• <a href="more/lib_guide.htm#Guidelines">Guidelines</a><br>
|
||||
• <a href="more/submission_process.htm">Submissions</a></p>
|
||||
</b>• <a href="more/formal_review_process.htm">Formal Reviews</a><b><br>
|
||||
</b>• <a href="more/formal_review_schedule.html">Review Schedule<br>
|
||||
</a>• <a href="more/lib_guide.htm#Requirements">Requirements</a><br>
|
||||
• <a href="more/lib_guide.htm#Guidelines">Guidelines</a><br>
|
||||
• <a href="more/submission_process.htm">Submissions</a></p>
|
||||
<p><b>Other Resources<br>
|
||||
</b>• <a href="http://www.yahoogroups.com/files/boost/">Files</a>
|
||||
</b>• <a href="http://www.yahoogroups.com/files/boost/">Files</a>
|
||||
(members only)<br>
|
||||
• <a href="http://sourceforge.net/cvs/?group_id=7586">CVS
|
||||
• <a href="http://sourceforge.net/cvs/?group_id=7586">CVS
|
||||
Repository<br>
|
||||
</a>• <a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Wiki</a>
|
||||
</a>• <a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Wiki</a>
|
||||
(unofficial)<br>
|
||||
• <a href="people/people.htm">People</a><br>
|
||||
• <a href="more/moderators.html">Moderators<br>
|
||||
</a>• <a href="more/index.htm">More...</a></p>
|
||||
• <a href="people/people.htm">People</a><br>
|
||||
• <a href="more/moderators.html">Moderators<br>
|
||||
</a>• <a href="more/index.htm">More...</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -183,6 +186,8 @@ Formal Review Schedule</a> added. Shows current, future, and recent past review
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<hr>
|
||||
|
@ -190,4 +195,4 @@ Formal Review Schedule</a> added. Shows current, future, and recent past review
|
|||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d4cb50701529b28d457665b244b8a0ae0136ff92
|
||||
Subproject commit 577d9258286884e1f77231d37e028bb40235b7db
|
|
@ -1,3 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
@ -6,7 +8,6 @@ content="text/html; charset=iso-8859-1">
|
|||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<title>Boost Libraries</title>
|
||||
<meta name="Microsoft Border" content="none, default">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
|
@ -429,4 +430,4 @@ libraries will soon be either submitted for formal review or removed.</p>
|
|||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %b %Y" startspan -->30 Nov 2001<!--webbot bot="Timestamp" i-checksum="15239" endspan --></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 71de2b5ec52421ed0fd1f717c89b88295e6c0502
|
||||
Subproject commit 6e5fc91885e622c4d513300e53a05477dd10892c
|
|
@ -1 +1 @@
|
|||
Subproject commit f5082341c0bf224e0aa8d576e93ff81eb44c6bb1
|
||||
Subproject commit d227059666de89e824462065fc119be7533f3acc
|
|
@ -1 +1 @@
|
|||
Subproject commit d3c76575f945d225d690d1134005a4594aa7dccd
|
||||
Subproject commit 1a7cd887e4ee658f763d88590a2a05b9ad76ac7b
|
|
@ -1 +1 @@
|
|||
Subproject commit 2822c3752f0d26eb91b304450b34685773fec9c4
|
||||
Subproject commit bc5c28bd3cd1390b1b38bfc9d3854643f42f28cc
|
|
@ -1 +1 @@
|
|||
Subproject commit 2643c33b2051c150a8f81f7604d5bcef48e7d12f
|
||||
Subproject commit e27d0fcf2ac205343d1d472bad5239b8528b170c
|
Loading…
Add table
Reference in a new issue