]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.21
authorfred <fred>
Thu, 23 Jan 1997 00:30:08 +0000 (00:30 +0000)
committerfred <fred>
Thu, 23 Jan 1997 00:30:08 +0000 (00:30 +0000)
flower/assoc.hh

index d17b10a70b9e7bfae787838006cd77333105b731..c21c4fc6bc370a2b19b8e8e7bca9028c4a3d6878 100644 (file)
@@ -11,6 +11,7 @@ struct Assoc_ent_ {
     V val;
 };
 
+/// hungarian: map
 template<class K, class V>
 struct Assoc {
     Array< Assoc_ent_<K,V> > arr;