2007-05-29 06:40:25 +00:00
< html >
< head >
2011-04-06 20:54:18 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=US-ASCII" >
2007-05-29 06:40:25 +00:00
< title > Acknowledgments< / title >
2014-04-12 20:54:37 +02:00
< link rel = "stylesheet" href = "../../../../../doc/src/boostbook.css" type = "text/css" >
< meta name = "generator" content = "DocBook XSL Stylesheets V1.78.1" >
2014-06-06 00:53:15 +02:00
< link rel = "home" href = "../index.html" title = "Boost.Optional" >
< link rel = "up" href = "../index.html" title = "Boost.Optional" >
2014-06-04 18:13:06 +02:00
< link rel = "prev" href = "dependencies_and_portability/optional_reference_binding.html" title = "Optional Reference Binding" >
2007-05-29 06:40:25 +00:00
< / head >
< body bgcolor = "white" text = "black" link = "#0000FF" vlink = "#840084" alink = "#0000FF" >
2008-02-14 17:43:52 +00:00
< table cellpadding = "2" width = "100%" > < tr >
< td valign = "top" > < img alt = "Boost C++ Libraries" width = "277" height = "86" src = "../../../../../boost.png" > < / td >
2009-02-12 14:01:48 +00:00
< td align = "center" > < a href = "../../../../../index.html" > Home< / a > < / td >
2011-04-06 20:54:18 +00:00
< td align = "center" > < a href = "../../../../../libs/libraries.htm" > Libraries< / a > < / td >
2009-02-12 14:01:48 +00:00
< td align = "center" > < a href = "http://www.boost.org/users/people.html" > People< / a > < / td >
< td align = "center" > < a href = "http://www.boost.org/users/faq.html" > FAQ< / a > < / td >
2008-02-14 17:43:52 +00:00
< td align = "center" > < a href = "../../../../../more/index.htm" > More< / a > < / td >
< / tr > < / table >
2007-05-29 06:40:25 +00:00
< hr >
< div class = "spirit-nav" >
2014-06-04 18:13:06 +02:00
< a accesskey = "p" href = "dependencies_and_portability/optional_reference_binding.html" > < img src = "../../../../../doc/src/images/prev.png" alt = "Prev" > < / a > < a accesskey = "u" href = "../index.html" > < img src = "../../../../../doc/src/images/up.png" alt = "Up" > < / a > < a accesskey = "h" href = "../index.html" > < img src = "../../../../../doc/src/images/home.png" alt = "Home" > < / a >
2007-05-29 06:40:25 +00:00
< / div >
2014-04-11 23:36:24 +02:00
< div class = "section" >
2007-05-29 06:40:25 +00:00
< div class = "titlepage" > < div > < div > < h2 class = "title" style = "clear: both" >
2009-02-12 14:01:48 +00:00
< a name = "boost_optional.acknowledgments" > < / a > < a class = "link" href = "acknowledgments.html" title = "Acknowledgments" > Acknowledgments< / a >
2007-05-29 06:40:25 +00:00
< / h2 > < / div > < / div > < / div >
2013-02-16 19:42:42 +00:00
< h4 >
< a name = "boost_optional.acknowledgments.h0" > < / a >
< span class = "phrase" > < a name = "boost_optional.acknowledgments.pre_formal_review" > < / a > < / span > < a class = "link" href = "acknowledgments.html#boost_optional.acknowledgments.pre_formal_review" > Pre-formal
2007-05-29 06:40:25 +00:00
review< / a >
< / h4 >
2013-02-16 19:42:42 +00:00
< div class = "itemizedlist" > < ul class = "itemizedlist" style = "list-style-type: disc; " >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
Peter Dimov suggested the name 'optional', and was the first to point out
the need for aligned storage.
< / li >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
Douglas Gregor developed 'type_with_alignment', and later Eric Friedman
coded 'aligned_storage', which are the core of the optional class implementation.
< / li >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
Andrei Alexandrescu and Brian Parker also worked with aligned storage techniques
and their work influenced the current implementation.
< / li >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
Gennadiy Rozental made extensive and important comments which shaped the
design.
< / li >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
Vesa Karvonen and Douglas Gregor made quite useful comparisons between
optional, variant and any; and made other relevant comments.
< / li >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
Douglas Gregor and Peter Dimov commented on comparisons and evaluation
in boolean contexts.
< / li >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
Eric Friedman helped understand the issues involved with aligned storage,
move/copy operations and exception safety.
< / li >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
Many others have participated with useful comments: Aleksey Gurotov, Kevlin
Henney, David Abrahams, and others I can't recall.
< / li >
2007-05-29 06:40:25 +00:00
< / ul > < / div >
2013-02-16 19:42:42 +00:00
< h4 >
< a name = "boost_optional.acknowledgments.h1" > < / a >
< span class = "phrase" > < a name = "boost_optional.acknowledgments.post_formal_review" > < / a > < / span > < a class = "link" href = "acknowledgments.html#boost_optional.acknowledgments.post_formal_review" > Post-formal
2007-05-29 06:40:25 +00:00
review< / a >
< / h4 >
2013-02-16 19:42:42 +00:00
< div class = "itemizedlist" > < ul class = "itemizedlist" style = "list-style-type: disc; " >
2009-11-20 10:26:23 +00:00
< li class = "listitem" >
2011-04-06 20:54:18 +00:00
William Kempf carefully considered the originally proposed interface and
suggested the new interface which is currently used. He also started and
fueled the discussion about the analogy optional< > /smart pointer
and about relational operators.
< / li >
< li class = "listitem" >
Peter Dimov, Joel de Guzman, David Abrahams, Tanton Gibbs and Ian Hanson
focused on the relational semantics of optional (originally undefined);
concluding with the fact that the pointer-like interface doesn't make it
a pointer so it shall have deep relational operators.
< / li >
< li class = "listitem" >
Augustus Saunders also explored the different relational semantics between
optional< > and a pointer and developed the OptionalPointee concept
as an aid against potential conflicts on generic code.
< / li >
< li class = "listitem" >
Joel de Guzman noticed that optional< > can be seen as an API on top
of variant< T,nil_t> .
< / li >
< li class = "listitem" >
Dave Gomboc explained the meaning and usage of the Haskell analog to optional< > :
the Maybe type constructor (analogy originally pointed out by David Sankel).
< / li >
< li class = "listitem" >
Other comments were posted by Vincent Finn, Anthony Williams, Ed Brey,
Rob Stewart, and others.
< / li >
< li class = "listitem" >
Joel de Guzman made the case for the support of references and helped with
the proper semantics.
< / li >
< li class = "listitem" >
Mat Marcus shown the virtues of a value-oriented interface, influencing
the current design, and contributed the idea of "none".
< / li >
2007-05-29 06:40:25 +00:00
< / ul > < / div >
< / div >
< table xmlns:rev = "http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width = "100%" > < tr >
< td align = "left" > < / td >
2014-05-05 19:08:11 +02:00
< td align = "right" > < div class = "copyright-footer" > Copyright © 2003-2007 Fernando Luis Cacciola Carballal< br > Copyright © 2014 Andrzej Krzemień ski< p >
2008-02-14 17:43:52 +00:00
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at < a href = "http://www.boost.org/LICENSE_1_0.txt" target = "_top" > http://www.boost.org/LICENSE_1_0.txt< / a > )
< / p >
< / div > < / td >
2007-05-29 06:40:25 +00:00
< / tr > < / table >
< hr >
< div class = "spirit-nav" >
2014-06-04 18:13:06 +02:00
< a accesskey = "p" href = "dependencies_and_portability/optional_reference_binding.html" > < img src = "../../../../../doc/src/images/prev.png" alt = "Prev" > < / a > < a accesskey = "u" href = "../index.html" > < img src = "../../../../../doc/src/images/up.png" alt = "Up" > < / a > < a accesskey = "h" href = "../index.html" > < img src = "../../../../../doc/src/images/home.png" alt = "Home" > < / a >
2007-05-29 06:40:25 +00:00
< / div >
< / body >
< / html >