diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
commit | 19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch) | |
tree | 42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /src/boost/libs/concept_check/bibliography.htm | |
parent | Initial commit. (diff) | |
download | ceph-19fcec84d8d7d21e796c7624e521b60d28ee21ed.tar.xz ceph-19fcec84d8d7d21e796c7624e521b60d28ee21ed.zip |
Adding upstream version 16.2.11+ds.upstream/16.2.11+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/concept_check/bibliography.htm')
-rw-r--r-- | src/boost/libs/concept_check/bibliography.htm | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/src/boost/libs/concept_check/bibliography.htm b/src/boost/libs/concept_check/bibliography.htm new file mode 100644 index 000000000..4fcc8fe14 --- /dev/null +++ b/src/boost/libs/concept_check/bibliography.htm @@ -0,0 +1,65 @@ +<HTML> +<!-- Copyright (c) Jeremy Siek 2000 --> +<!-- 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) --> +<Head> +<Title>Boost Concept Checking Library: Bibliography</Title> +<BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b" + ALINK="#ff0000"> +<IMG SRC="../../boost.png" + ALT="C++ Boost" width="277" height="86"> + +<BR Clear> + + +<H2>Bibliography</H2> + +<DL COMMapCT> + +<DD><P></P><DT><a name="alexandrescu99:_better_templ_error_messag">1</a> +<DD>Andrei Alexandrescu<BR> +<EM>Better Template Error Messages</EM>.<BR> +C/C++ Users Journal, March, 1999. + + +<DD><P></P><DT><a name="stroustrup94:_design_evolution">2</a> +<DD>Bjarne Stroustrup<BR> +<EM>Design and Evolution of C++</EM>.<BR> +Addison-Wesley, 1994 + +<P></P><DT><A NAME="austern99:_gener_progr_stl">3</A> +<DD> +M. H. Austern. +<BR><EM>Generic Programming and the STL</EM>. +<BR>Professional computing series. Addison-Wesley, 1999. + +<P></P><DT><A NAME="IB-H965502">4</A> +<DD> +David R. Musser and Atul Saini +<BR><EM>STL Tutorial and Reference Guide</EM>. +<BR>Professional computing series. Addison-Wesley, 1996. + +<P></P><DT><A NAME="stepa.lee-1994:the.s:TR">5</A> +<DD> +A. A. Stepanov and M. Lee +<BR><EM>The Standard Template Library</EM>. +<BR>ISO Programming Language C++ Project, May 1994. +<BR>X3J16/94-0095, WG21/N0482 + + + +</DL> + +<br> +<HR> +<TABLE> +<TR valign=top> +<TD nowrap>Copyright © 2000</TD><TD> +<A HREF="http://www.boost.org/people/jeremy_siek.htm">Jeremy Siek</A>(<A +HREF="mailto:jsiek@osl.iu.edu">jsiek@osl.iu.edu</A>) +Andrew Lumsdaine</A>(<A HREF="mailto:lums@osl.iu.edu">lums@osl.iu.edu</A>) +</TD></TR></TABLE> + +</BODY> +</HTML> |