]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/hash-table.hh
patch::: 1.3.49.hwn1: deze dus
[lilypond.git] / flower / include / hash-table.hh
index bd437e6e972d7215f9546fcce539d789cbd809b0..f3f5bfe23402768e46f5206593b24abc5fd186d3 100644 (file)
@@ -43,7 +43,9 @@ struct Hash_table_entry
    A hash table of prime size.
 
    We use quadratic probing.  
- */
+
+  DEPRECATED. Use either SCM (preferred) or STL 
+*/
 template<class K, class V>
 class Fixed_size_hash_table
 {