Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
081bdad5
Commit
081bdad5
authored
Feb 04, 2005
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/emptiness_stats.hh (unsigned_statistics::stats_map_):
Use char_ptr_less_than.
parent
117aaf67
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
081bdad5
2005-02-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/emptiness_stats.hh (unsigned_statistics::stats_map_):
Use char_ptr_less_than.
* src/misc/ltstr.hh: New file.
* src/misc/Makefile.am (misc_HEADERS): Add it.
...
...
src/tgbaalgos/emptiness_stats.hh
View file @
081bdad5
...
...
@@ -24,6 +24,7 @@
#include <cassert>
#include <map>
#include "misc/ltstr.hh"
namespace
spot
{
...
...
@@ -50,7 +51,8 @@ namespace spot
protected:
typedef
unsigned
(
unsigned_statistics
::*
unsigned_fun_
)()
const
;
typedef
std
::
map
<
const
char
*
,
unsigned_fun_
>
stats_map_
;
typedef
std
::
map
<
const
char
*
,
unsigned_fun_
,
char_ptr_less_than
>
stats_map_
;
stats_map_
stats_
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment