mirror of
https://github.com/boostorg/more.git
synced 2024-12-28 23:50:09 +08:00
89a9ed6cfa
[SVN r22392]
334 lines
18 KiB
HTML
334 lines
18 KiB
HTML
<html>
|
||
<head>
|
||
<title>Boost Bibliography</title>
|
||
<meta name="vs_showGrid" content="True">
|
||
<meta http-equiv="Content-Language" content="en-us">
|
||
<meta content="Microsoft FrontPage 5.0" name="GENERATOR">
|
||
<meta content="FrontPage.Editor.Document" name="ProgId">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||
</head>
|
||
<body bgColor="#ffffff">
|
||
<table cellPadding="2" bgColor="#007f7f" border="1">
|
||
<tr>
|
||
<td bgColor="#ffffff"><IMG height="86" alt="c++boost.gif (8819 bytes)" src="../c++boost.gif" width="277"></td>
|
||
<td><A href="../index.htm"><font face="Arial" color="#ffffff" size="4">Home</font></A></td>
|
||
<td><A href="../libs/libraries.htm"><font face="Arial" color="#ffffff" size="4">Libraries</font></A></td>
|
||
<td><A href="../people/people.htm"><font face="Arial" color="#ffffff" size="4">People</font></A></td>
|
||
<td><A href="faq.htm"><font face="Arial" color="#ffffff" size="4">FAQ</font></A></td>
|
||
<td><A href="index.htm"><font face="Arial" color="#ffffff" size="4">More</font></A></td>
|
||
</tr>
|
||
</table>
|
||
<h1>Boost Bibliography</h1>
|
||
<p><A href="#Print_publications">Print publications about Boost or Boost Libraries</A><br>
|
||
<A href="#Online_publications">Online publications about Boost or Boost Libraries</A><br>
|
||
<A href="#Print_mentions">Print mentions of Boost or Boost Libraries</A><br>
|
||
<A href="#Online_mentions">Online mentions of Boost or Boost Libraries</A><br>
|
||
<A href="#update">How to update this page</A><br>
|
||
<a href="#Acknowledgements">Acknowledgements</a></p>
|
||
<h2><a name="Print_publications">Print publications</a> about Boost or Boost
|
||
Libraries</h2>
|
||
<table style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellPadding="5" width="100%"
|
||
border="0">
|
||
<tr>
|
||
<td vAlign="top" align="left" width="16%"><b>[<a name="Maddock-Cleary_00">Maddock-Cleary 00</a>]</b></td>
|
||
<td vAlign="top" align="left" width="84%">John Maddock and Steve Cleary, <i>C++ Type
|
||
Traits</i>. Dr. Dobb's Journal, Vol. 25, Issue 10, October, 2000, page 38. <a href="http://www.boost.org/libs/type_traits/c++_type_traits.htm">
|
||
www.boost.org/libs/type_traits/c++_type_traits.htm</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td vAlign="top" align="left" width="16%"><b>[<a name="Maddock_01">Maddock 01</a>]</b></td>
|
||
<td vAlign="top" align="left" width="84%">John Maddock, <i>Regular Expressions in C++</i>.
|
||
Dr. Dobb's Journal, Vol. 26, Issue 10, October, 2001, page 21.</td>
|
||
</tr>
|
||
<tr>
|
||
<td vAlign="top" align="left" width="16%"><b>[<a name="Siek-Lumsdaine_01">Siek-Lumsdaine 01</a>]</b></td>
|
||
<td vAlign="top" align="left" width="84%">Jeremy Siek and Andrew Lumsdaine, <i>C++
|
||
Concept Checking</i>. Dr. Dobb's Journal, Vol. 26, Issue 6, June, 2001,
|
||
page 64.</td>
|
||
</tr>
|
||
<tr>
|
||
<td vAlign="top" align="left" width="16%"><b>[<a name="Siek-Lee-Lumsdaine_02">Siek-Lee-Lumsdaine
|
||
02</a>]</b></td>
|
||
<td vAlign="top" align="left" width="84%">
|
||
Jeremy Siek, Lie-Quan Lee and Andrew Lumsdaine, <i>The Boost Graph Library</i>.
|
||
Addison-Wesley, 2002. ISBN 0-201-72914-8. <a href="http://www.awl.com/cseng/titles/0-201-72914-8">
|
||
www.awl.com/cseng/titles/0-201-72914-8</a>
|
||
<P>Sample chapter 3: <A href="http://tinyurl.com/24666">tinyurl.com/24666</A></P>
|
||
</td>
|
||
</tr>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Karlsson_02">Karlsson 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Bj<EFBFBD>rn Karlsson, <i>Smart Pointers in Boost</i>.
|
||
C/C++ Users Journal, April, 2002. <A href="http://www.cuj.com/documents/s=8014/cuj0204karlsson/">
|
||
www.cuj.com/documents/s=8014/cuj0204karlsson/</A>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Karlsson_02a">Karlsson 02a</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Bj<EFBFBD>rn Karlsson, <i>C/C++ Tip #9: Lexical
|
||
Conversions</i>. C/C++ Users Journal, November, 2002. <A href="http://www.cuj.com/documents/s=8470/cuj0211karlsson/">
|
||
www.cuj.com/documents/s=8470/cuj0211karlsson/</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Kempf_02">Kempf 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Bill Kempf, <i>The Boost.Threads Library</i>.
|
||
C/C++ Users Journal, May, 2002. <A href="http://www.cuj.com/documents/s=8013/cuj0205kempf/">
|
||
www.cuj.com/documents/s=8013/cuj0205kempf/</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Abrahams-Grosse-Kunstleve_03">Abrahams-Grosse-Kunstleve
|
||
03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">David Abrahams and Ralf W.
|
||
Grosse-Kunstleve, <i>Building Hybrid Systems with Boost.Python</i>. C/C++ Users
|
||
Journal, July, 2003. <A href="http://www.cuj.com/documents/s=8470/cuj0307abrahams/">
|
||
www.cuj.com/documents/s=8470/cuj0307abrahams/</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter_03">Sutter 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Herb Sutter, <i>Generalized Function Pointers</i>.
|
||
C/C++ Users Journal, August, 2003. <A href="http://www.cuj.com/documents/s=8464/cujcexp0308sutter/">
|
||
www.cuj.com/documents/s=8464/cujcexp0308sutter/</A>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Guzman-Nuffer_03">Guzman-Nuffer 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Joel de Guzman and Dan Nuffer, <i>The Spirit
|
||
Library: Inline Parsing in C++</i>, C/C++ Users Journal, September, 2003,
|
||
Vol. 21, Issue 9, page 22.</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Karlsson_03">Karlsson 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Bj<EFBFBD>rn Karlsson, <i>Lambda Expressions & C++</i>, C/C++ Users Journal, December, 2003,
|
||
Vol. 21, Issue 12, page 20.</TD>
|
||
</TR>
|
||
</table>
|
||
<h2><a name="Online_publications">Online publications</a> about Boost or Boost
|
||
Libraries</h2>
|
||
<table style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellPadding="5" width="100%"
|
||
border="0">
|
||
<tr>
|
||
<td vAlign="top" align="left" width="16%"><b>[<a name="Walker_03">Walker 03</a>]</b>
|
||
</td>
|
||
<td vAlign="top" align="left" width="84%">Andrew Walker, <i>An Introduction to Boost</i>,
|
||
The Code Project, July 7, 2003. <a href="http://www.codeproject.com/vcpp/stl/BoostIntro.asp">
|
||
www.codeproject.com/vcpp/stl/BoostIntro.asp</a>
|
||
<p>A short and straightforward introduction to Boost.</p>
|
||
</td>
|
||
</tr>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Trentini_03">Trentini 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Matthew S. Trentini, <i>Introduction to Boost</i>.
|
||
<A href="http://www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html">www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Brownell_02">Brownell 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">David Brownell, <i>C++ Techniques for
|
||
Tomorrow That Can be Implemented Today (a.k.a. Boosting your Code)</i>. NWCPP, November 13, 2002.
|
||
<A href="http://www.nwcpp.org/Meetings/2002/11.html">www.nwcpp.org/Meetings/2002/11.html</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%" height="32"><b>[<a name="Abrahams_03a">Abrahams
|
||
03a</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%" height="30">David Abrahams, <i>The Boost
|
||
Metaprogramming Library</i>. ACCU, 2003. <A href="http://www.boost-consulting.com/writing/ACCU_MPL_slides.ppt">
|
||
www.boost-consulting.com/writing/ACCU_MPL_slides.ppt</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Dawes_03">Dawes 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Beman Dawes, <i>Multiplatform Software
|
||
Development</i>. 2003. <A href="http://www.esva.net/~beman/multiplat_dev.ppt">www.esva.net/~beman/multiplat_dev.ppt</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Halleux_03">Halleux 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Jonathan de Halleux, <i>Opening a door
|
||
towards Spirit: a parser framework</i>. The Code Project, March 24, 2003. <A href="http://www.codeproject.com/cpp/spiritintro.asp">
|
||
www.codeproject.com/cpp/spiritintro.asp</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Siek_02">Siek 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Jeremy G. Siek, <i>The Boost Graph Library</i>.
|
||
InformIT, March 1, 2002. <A href="http://tinyurl.com/2hc27">tinyurl.com/2hc27</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Siek_02a">Siek 02a</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Jeremy G. Siek, <i>A Boost Graph Library
|
||
Tutorial</i>. InformIT, March 1, 2002. <A href="http://tinyurl.com/2sa4s">tinyurl.com/2sa4s</A></TD>
|
||
</TR>
|
||
</table>
|
||
<h2><a name="Print_mentions">Print mentions</a> of Boost or Boost Libraries</h2>
|
||
<table style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellPadding="5" width="100%"
|
||
border="0">
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Alexandrescu_02">Alexandrescu 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Andrei Alexandrescu, <i>Generic<Programming>:
|
||
Efficient Generic Sorting and Searching in C++ (I): In Search of a Better
|
||
Search</i>. C/C++ Users Journal, October, 2002. <A href="http://www.cuj.com/documents/s=7978/cujcexp2010alexandr/">
|
||
www.cuj.com/documents/s=7978/cujcexp2010alexandr/</A>
|
||
<P><CODE>boost::type_traits</CODE></P>
|
||
</TD>
|
||
</TR>
|
||
<tr>
|
||
<td vAlign="top" align="left" width="16%"><b>[<a name="Vandervoorde-Josuttis_03">Vandervoorde-Josuttis
|
||
03</a>]</b>
|
||
</td>
|
||
<td vAlign="top" align="left" width="84%">David Vandevoorde and Nicolai M.
|
||
Josuttis, <i>Using Templates in Practice</i>. C/C++ Users Journal, February,
|
||
2003. <A href="http://www.cuj.com/documents/s=8208/cujweb0302vandevoorde/web0302b.htm">
|
||
www.cuj.com/documents/s=8208/cujweb0302vandevoorde/web0302b.htm</A>
|
||
<P>Concept Check Library</P>
|
||
</td>
|
||
</tr>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter_01">Sutter 01</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Herb Sutter, <i>The String Formatters of
|
||
Manor Farm</i>. C/C++ Users Journal, Vol. 19, November, 2001. <A href="http://www.gotw.ca/publications/mill19.htm">
|
||
www.gotw.ca/publications/mill19.htm</A>
|
||
<P><CODE>boost::lexical_cast</CODE></P>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Hylsop-Sutter_01">Hylsop-Sutter 01</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Jim Hyslop and Herb Sutter, <i>Conversations:
|
||
I'd Hold Anything for You</i>. C/C++ Users Journal, December, 2001. <A href="http://www.cuj.com/documents/s=7988/cujcexp1912hyslop/">
|
||
www.cuj.com/documents/s=7988/cujcexp1912hyslop/</A>
|
||
<P><CODE>boost::any</CODE></P>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Hylsop-Sutter_02">Hylsop-Sutter 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Jim Hyslop and Herb Sutter, <i>Conversations:
|
||
Getting to the Point</i>. C/C++ Users Journal, July, 2002. <A href="http://www.cuj.com/documents/s=7981/cujcexp2007hyslop/">
|
||
www.cuj.com/documents/s=7981/cujcexp2007hyslop/</A>
|
||
<P>smart pointer discussion. <CODE>boost::scoped_ptr, shared_ptr, scoped_array,
|
||
shared_array.</CODE></P>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Besser_03">Besser 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Mitch Besser, <i>Generic Printable ENUM++</i>.
|
||
C/C++ Users Journal, June, 2003. <A href="http://www.cuj.com/documents/s=8470/cujboost0306besser/">
|
||
www.cuj.com/documents/s=8470/cujboost0306besser/</A>
|
||
<P>Mentions <CODE>BOOST_PP</CODE></P>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Nasonov_03">Nasonov 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Alexander Nasonov, <i>I/O System: dynamic_any
|
||
Campaign</i>. C/C++ Users Journal, September, 2003. <A href="http://www.cuj.com/documents/s=8470/cujweb0309nasonov/">
|
||
www.cuj.com/documents/s=8470/cujweb0309nasonov/</A>
|
||
<P>Improved <CODE>boost::any</CODE></P>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter_02">Sutter 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Herb Sutter, <i>The New C++: The Group of
|
||
Seven - Extensions under Consideration for the C++ Standard Library</i>.
|
||
C/C++ Users Journal, April, 2002. <A href="http://www.cuj.com/documents/s=7984/cujcexp2004sutter/">
|
||
www.cuj.com/documents/s=7984/cujcexp2004sutter/</A>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter_02a">Sutter 02a</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Herb Sutter, <i>The New C++: Smart(er)
|
||
Pointers</i>. C/C++ Users Journal, August, 2002. <A href="http://www.cuj.com/documents/s=7980/cujcexp2008sutter/">
|
||
www.cuj.com/documents/s=7980/cujcexp2008sutter/</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Sutter_03a">Sutter 03a</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Herb Sutter, <i>Generalizing Observer</i>.
|
||
C/C++ Users Journal, September, 2003. <A href="http://www.cuj.com/documents/s=8840/cujexp0309sutter/">
|
||
www.cuj.com/documents/s=8840/cujexp0309sutter/</A>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Tan_03">Tan 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Kwee H. Tan, <i>Exploring EDA Algorithms with
|
||
the Boost Graph Library</i>. C/C++ Users Journal, July, 2003. <A href="http://www.cuj.com/documents/s=8470/cuj0307tan/">
|
||
www.cuj.com/documents/s=8470/cuj0307tan/</A>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Ablavsky_02">Ablavsky 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Vitaly Ablavsky, <i>Applying BGL to
|
||
Computational Geometry</i>. C/C++ Users Journal, August, 2002. <A href="http://www.cuj.com/documents/s=8470/cuj0208ablavsky/">
|
||
www.cuj.com/documents/s=8470/cuj0208ablavsky/</A></TD>
|
||
</TR>
|
||
</table>
|
||
<h2><a name="Online_mentions">Online mentions</a> of Boost or Boost Libraries</h2>
|
||
<table style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellPadding="5" width="100%"
|
||
border="0">
|
||
<tr>
|
||
<td vAlign="top" align="left" width="16%"><b>[<a name="Curran_02">Curran 02</a>]</b></td>
|
||
<td vAlign="top" align="left" width="84%">James Curran, <i>Access Raw Data with
|
||
Performance Counters in Visual C++</i>, DevX.com, October, 2002. <a href="http://www.devx.com/cplus/article/7951">
|
||
www.devx.com/cplus/article/7951</a>
|
||
<p>Devotes several paragraphs to <code>boost::shared_ptr<></code>.</p>
|
||
</td>
|
||
</tr>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Burnap_02">Burnap 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Steven R. Burnap, <i>Boost::any</i>,
|
||
Kuro5hin, May 1, 2002. <A href="http://www.kuro5hin.org/story/2002/5/1/142321/9513">
|
||
www.kuro5hin.org/story/2002/5/1/142321/9513</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Carbon_02">Carbon 02</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">David S?, <i>Boost : The handy library of
|
||
handy libraries</i>. Kuro5hin, July 18, 2002. <A href="http://www.kuro5hin.org/story/2002/7/18/3313/01429">
|
||
www.kuro5hin.org/story/2002/7/18/3313/01429</A>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Casad_03">Casad 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Joe Casad, <i>Introducing the Boost Corner</i>.
|
||
C/C++ Users Journal, August, 2003. <A href="http://www.cuj.com/documents/s=8470/cuj0308boostcorner/">
|
||
www.cuj.com/documents/s=8470/cuj0308boostcorner/</A>
|
||
</TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Siek_02b">Siek 02b</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">Jeremy G. Siek, <i>Internet Packet Routing
|
||
with the Boost Graph Library</i>. InformIT, March 1, 2002. <A href="http://tinyurl.com/26dwj">
|
||
tinyurl.com/26dwj</A></TD>
|
||
</TR>
|
||
<TR>
|
||
<TD vAlign="top" align="left" width="16%"><b>[<a name="Lischner_03">Lischner 03</a>]</b></TD>
|
||
<TD vAlign="top" align="left" width="84%">
|
||
<P>Ray Lischner, <i>C++: Beyond the Standard Library</i>. O'Reilly Network, May 6,
|
||
2003. <A href="http://www.oreillynet.com/lpt/a/3683">www.oreillynet.com/lpt/a/3683</A></P>
|
||
<P>Mentions <CODE>tuples, shared_ptr, lambda, spirit</CODE>.
|
||
</P>
|
||
</TD>
|
||
</TR>
|
||
</table>
|
||
<h2>How to <a name="update">update</a> this page</h2>
|
||
<p>Please help us keep this page updated - users can post new citations to the
|
||
mailing list, while Boost developers should update the page directly in CVS.</p>
|
||
<ul>
|
||
<li>
|
||
If a publication is available both in print and online, cite it in the
|
||
appropriate <i>print</i>
|
||
section, with a hyperlink to the online version.
|
||
<li>
|
||
Bookmark the contents of [...] in the first column to make it easy to link to
|
||
the entry.
|
||
<li>
|
||
Identify the first entry an author has in a given year with just the two-digit
|
||
year. Subsequent entries for the same author and year should have <b>a-z</b>
|
||
appended.
|
||
<li>
|
||
In the text, spell out absolute URL's so that printed versions of this page
|
||
include the full URL.
|
||
</li>
|
||
</ul>
|
||
<h2><a name="Acknowledgements">Acknowledgements</a></h2>
|
||
<p>Fredrik Blomqvist provided many of the initial citations.</p>
|
||
<hr>
|
||
<p>Revised
|
||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->25 February, 2004<!--webbot bot="Timestamp" endspan i-checksum="40409" --></p>
|
||
<p><EFBFBD> Copyright Beman Dawes 2003</p>
|
||
<p>Use, modification, and distribution are subject to the Boost Software License,
|
||
Version 1.0. (See accompanying file <A href="../LICENSE_1_0.txt">LICENSE_1_0.txt</A>
|
||
or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
|
||
</body>
|
||
</html> |