1[/============================================================================== 2 Copyright (C) 2001-2011 Joel de Guzman 3 Copyright (C) 2006 Dan Marsden 4 Copyright (C) 2018 Kohei Takahashi 5 6 Use, modification and distribution is subject to the Boost Software 7 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 8 http://www.boost.org/LICENSE_1_0.txt) 9===============================================================================/] 10[section References] 11 12# [@http://www.boost.org/libs/iterator/doc/new-iter-concepts.html New Iterator Concepts], 13 David Abrahams, Jeremy Siek, Thomas Witt, 2004-11-01. 14# [@http://www.boost.org/libs/tuple The Boost Tuple Library], 15 Jaakko Jarvi, 2001. 16# [@http://www.boost.org/libs/spirit Spirit Parser Library], 17 Joel de Guzman, 2001-2006. 18# [@http://www.boost.org/libs/mpl The Boost MPL Library], 19 Aleksey Gurtovoy and David Abrahams, 2002-2004. 20# [@http://www.boost.org/libs/array The Boost Array Library], 21 Nicolai Josuttis, 2002-2004. 22# [@http://www.boost.org/libs/core/ref.html Boost.Core / Ref utility], 23 Jaakko Jarvi, Peter Dimov, Douglas Gregor, Dave Abrahams, 1999-2002. 24# [@http://www.boost.org/libs/hana The Boost Hana Library], 25 Louis Dionne, 2017. 26 27[endsect] 28 29