2007-11-07 02:12:28 +00:00
|
|
|
[/==============================================================================
|
2011-10-10 10:05:49 +00:00
|
|
|
Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger
|
2007-11-07 02:12:28 +00:00
|
|
|
|
|
|
|
Use, modification and distribution is subject to 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)
|
|
|
|
===============================================================================/]
|
2006-08-22 15:57:13 +00:00
|
|
|
[section References]
|
|
|
|
|
2007-11-07 02:12:28 +00:00
|
|
|
# [@http://boost.org/libs/iterator/doc/new-iter-concepts.html New Iterator Concepts],
|
|
|
|
David Abrahams, Jeremy Siek, Thomas Witt, 2004-11-01.
|
|
|
|
# [@http://boost.org/libs/tuple/doc/tuple_users_guide.html The Boost Tuple Library],
|
|
|
|
Jaakko Jarvi, 2001.
|
|
|
|
# [@http://www.boost.org/libs/spirit/ Spirit Parser Library],
|
2006-08-22 15:57:13 +00:00
|
|
|
Joel de Guzman, 2001-2006.
|
2007-11-07 02:12:28 +00:00
|
|
|
# [@http://www.boost.org/libs/mpl/ The Boost MPL Library],
|
|
|
|
Aleksey Gurtovoy and David Abrahams, 2002-2004.
|
|
|
|
# [@http://www.boost.org/doc/html/array.html Boost Array],
|
|
|
|
Nicolai Josuttis, 2002-2004.
|
|
|
|
# [@http://www.sgi.com/tech/stl/ Standard Template Library Programmer's Guide],
|
|
|
|
Hewlett-Packard Company, 1994.
|
|
|
|
# [@http://www.boost.org/doc/html/ref.html Boost.Ref],
|
|
|
|
Jaakko Jarvi, Peter Dimov, Douglas Gregor, Dave Abrahams, 1999-2002.
|
|
|
|
|
2006-08-22 15:57:13 +00:00
|
|
|
[endsect]
|
|
|
|
|