thanks.qbk 1.2 KB

12345678910111213141516171819202122232425262728
  1. [/ Copyright 2005-2008 Daniel James.
  2. / Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
  4. [section:acknowledgements Acknowledgements]
  5. This library is based on the design by Peter Dimov. During the initial
  6. development
  7. Joaquín M López Muñoz made many useful suggestions and contributed fixes.
  8. The formal review was managed by Thorsten Ottosen, and the library reviewed by:
  9. David Abrahams, Alberto Barbati, Topher Cooper, Caleb Epstein, Dave Harris,
  10. Chris Jefferson, Bronek Kozicki, John Maddock, Tobias Swinger, Jaap Suter,
  11. Rob Stewart and Pavel Vozenilek. Since then, further constructive criticism has
  12. been made by Daniel Krügler, Alexander Nasonov and 沈慧峰.
  13. The implementation of the hash function for pointers is based on suggestions
  14. made by Alberto Barbati and Dave Harris. Dave Harris also suggested an
  15. important improvement to [funcref boost::hash_combine] that was taken up.
  16. Some useful improvements to the floating point hash algorithm were suggested
  17. by Daniel Krügler.
  18. The original implementation came from Jeremy B. Maitin-Shepard's hash table
  19. library, although this is a complete rewrite.
  20. [endsect]