Thinko in #if/#else.
This commit is contained in:
parent
b1ee7c64e7
commit
07fd0377e6
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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>.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue