From 55e4e791cb24014b93d8f3eeba2d109e1192d609 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Fri, 21 May 2010 19:16:59 +0000 Subject: [PATCH] Set define in graph.h to pacify warnings caused by boost.graph --- cpp/graph.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/graph.h b/cpp/graph.h index f899b2789..934d57d6e 100644 --- a/cpp/graph.h +++ b/cpp/graph.h @@ -9,6 +9,8 @@ #include +#define BOOST_NO_HASH // to pacify the warnings about depricated headers in boost.graph + #include #include #include