Ticket #1690: bimap.patch

File bimap.patch, 914 bytes (added by Daniel James, 15 years ago)
  • libs/bimap/doc/bimap_and_boost.qbk

     
    219219This is a statistical property depending on the typical distribution of keys in a given application, so it is not feasible to have a general-purpose hash function with excellent results in every possible scenario; the default value for this parameter uses Boost.Hash, which often provides good enough results.
    220220
    221221Boost.Hash can be
    222 [@http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/hash/custom.html
     222[@http://www.boost.org/doc/html/hash/custom.html
    223223extended for custom data types],
    224224enabling to use the default parameter of the unordered set types with any user types.
    225225
     
    474474
    475475[endsect]
    476476
    477 [endsect]
    478  No newline at end of file
     477[endsect]