Skip to content
GitLab
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
8c6dff00
Commit
8c6dff00
authored
Nov 17, 2004
by
Alexandre Duret-Lutz
Browse files
* src/misc/hashfunc.hh: Include cstddef to define size_t, and guard
the file for multiple inclusions.
parent
2cd298e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8c6dff00
2004-11-17 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/hashfunc.hh: Include cstddef to define size_t, and guard
the file for multiple inclusions.
* src/tgba/bdddict.hh, src/tgba/state.hh, src/tgba/statebdd.hh,
src/tgba/succiter.hh, src/tgba/succiterconcrete.hh,
src/tgba/tgba.hh, src/tgba/tgbabddconcrete.hh,
...
...
src/misc/hashfunc.hh
View file @
8c6dff00
...
...
@@ -19,6 +19,10 @@
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
#ifndef SPOT_MISC_HASHFUNC_HH
# define SPOT_MISC_HASHFUNC_HH
# include <cstddef>
namespace
spot
{
/// \brief Thomas Wang's 32 bit hash function.
...
...
@@ -38,3 +42,5 @@ namespace spot
return
key
;
}
}
#endif // SPOT_MISC_HASHFUNC_HH
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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