]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scm-hash.hh
release: 1.3.118
[lilypond.git] / lily / include / scm-hash.hh
index a19ed279e777a8b415063979328fbd1cd6fe2eaf..6f8f5fee6fae083037e17d3a14a6dc753cdb3957 100644 (file)
@@ -52,10 +52,11 @@ typedef map<SCM,SCM, SCM_less> Scm_stl_map;
 
    TODO:
 
-   This should come from GUILE. We're typically doing double work,
+  - This should come from GUILE. We're typically doing double work,
    because KEY already is a symbol, and is looked up in a symbol
    hashtable.
-   
+
+  - use GUILE hashtables iso STL.
  */
 class Scheme_hash_table :  private Scm_stl_map
 {