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
07fd0377
Commit
07fd0377
authored
Mar 25, 2008
by
Alexandre Duret-Lutz
Browse files
Thinko in #if/#else.
parent
b1ee7c64
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
07fd0377
2008-03-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/hash.hh: Thinko in #if/#else.
2008-03-21 Damien Lefortier <dam@lrde.epita.fr>
* src/misc/freelist.hh: Avoid <iostream> in headers, better use <iosfwd>.
...
...
src/misc/hash.hh
View file @
07fd0377
...
...
@@ -39,7 +39,7 @@
using
::
hash
;
}
# else
# if (__GNUC__ == 4 && __GNUC_MINOR__ > 3) || __GNUC__ >
=
4
# if (__GNUC__ == 4 && __GNUC_MINOR__ >
=
3) || __GNUC__ > 4
# include <tr1/unordered_set> // GCC 4.3
# include <tr1/unordered_map>
namespace
Sgi
=
std
::
tr1
;
...
...
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