fix compilation problem with gcc-5
..while we should note at this point that the whole techique of hijacking std::hash is superfluous now, since the standard libray does no longer define a static assertion which defeats SFINAE
This commit is contained in:
parent
d68b881fab
commit
2f13b9ee4a
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@
|
|||
|
||||
|
||||
#include <cstddef>
|
||||
#include <utility>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue