bibliography.qbk 1.2 KB

1234567891011121314151617181920212223
  1. [/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
  2. [/ Distributed under the Boost Software License, Version 1.0 ]
  3. [/ (see accompanying file LICENSE_1_0.txt or a copy at ]
  4. [/ http://www.boost.org/LICENSE_1_0.txt) ]
  5. [/ Home at http://www.boost.org/libs/local_function ]
  6. [section Bibliography]
  7. This section lists all the bibliographic references cited by this documentation.
  8. __N1613__ Thorsten Ottosen. /Proposal to add Design by Contract to C++./ The C++ Standards Committee, document no. N1613=04-0053, 2004.
  9. __N2511__ Alisdair Meredith. /Named Lambdas and Local Functions./ The C++ Standards Committee, document no. N2511=08-0021, 2008.
  10. __N2529__ Jaakko Jarvi, John Freeman, Lawrence Crowl. /Lambda Expressions and Closures: Wording for Monomorphic Lambdas (Revision 3)./ The C++ Standards Committee, document no. N2529=08-0039, 2008.
  11. __N2550__ Jaakko Jarvi, John Freeman, Lawrence Crowl. /Lambda Expressions and Closures: Wording for Monomorphic Lambdas (Revision 4)./ The C++ Standards Committee, document no. N2550=08-0060, 2008.
  12. __N2657__ John Spicer. /Local and Unamed Types as Template Arguments./ The C++ Standard Committee, document no. N2657=08-0167, 2008.
  13. [endsect]