* src/misc/ltstr.hh: New file.

* src/misc/Makefile.am (misc_HEADERS): Add it.
This commit is contained in:
Alexandre Duret-Lutz 2005-02-04 15:27:24 +00:00
parent 479c4833e0
commit 117aaf6772
3 changed files with 57 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2005-02-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/ltstr.hh: New file.
* src/misc/Makefile.am (misc_HEADERS): Add it.
* src/tgbaalgos/emptiness_stats.hh (unsigned_statistics::stats_map_):
Use char* for keys, not std::string.