mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Hashing: Remove outdated comment. Support for reserved hash values was removed in r151865.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
133fe7542c
commit
82ce516591
@ -76,10 +76,6 @@ namespace llvm {
|
|||||||
/// using llvm::hash_value;
|
/// using llvm::hash_value;
|
||||||
/// llvm::hash_code code = hash_value(x);
|
/// llvm::hash_code code = hash_value(x);
|
||||||
/// \endcode
|
/// \endcode
|
||||||
///
|
|
||||||
/// Also note that there are two numerical values which are reserved, and the
|
|
||||||
/// implementation ensures will never be produced for real hash_codes. These
|
|
||||||
/// can be used as sentinels within hashing data structures.
|
|
||||||
class hash_code {
|
class hash_code {
|
||||||
size_t value;
|
size_t value;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user