mirror of
https://github.com/boostorg/graph.git
synced 2025-05-11 21:34:00 +00:00
Fix: Avoid compiler warning if BOOST_NO_HASH is already defined.
[SVN r51550]
This commit is contained in:
parent
71e23c2304
commit
dd5aff7029
@ -8,7 +8,9 @@
|
||||
|
||||
#include <boost/random/mersenne_twister.hpp>
|
||||
|
||||
#define BOOST_NO_HASH
|
||||
#if !defined(BOOST_NO_HASH)
|
||||
# define BOOST_NO_HASH
|
||||
#endif
|
||||
|
||||
#include <boost/graph/adjacency_list.hpp>
|
||||
#include <boost/graph/subgraph.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user