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
323e326c
Commit
323e326c
authored
Mar 25, 2008
by
Alexandre Duret-Lutz
Browse files
Second thinko in #if/#else.
parent
07fd0377
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
323e326c
2008-03-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/hash.hh: Second thinko in #if/#else.
2008-03-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/hash.hh: Thinko in #if/#else.
...
...
src/misc/hash.hh
View file @
323e326c
...
...
@@ -81,7 +81,7 @@ namespace spot
/// \brief A hash function for strings.
/// \ingroup hash_funcs
/// @{
# if (__GNUC__ == 4 && __GNUC_MINOR__ > 3) || __GNUC__ >
=
4
# if (__GNUC__ == 4 && __GNUC_MINOR__ >
=
3) || __GNUC__ > 4
typedef
std
::
tr1
::
hash
<
std
::
string
>
string_hash
;
# else // GCC < 4.3
struct
string_hash
:
...
...
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