2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 20:22:09 +00:00

changed #ifdef protect macro name to match file name

[SVN r8801]
This commit is contained in:
Jeremy Siek
2001-01-28 02:25:02 +00:00
parent 859c2cfe53
commit 9a2f59e810

View File

@@ -23,8 +23,8 @@
// OR OTHER RIGHTS.
//=======================================================================
#ifndef BOOST_GRAPH_VEC_ADJ_LIST_HPP
#define BOOST_GRAPH_VEC_ADJ_LIST_HPP
#ifndef BOOST_VECTOR_AS_GRAPH_HPP
#define BOOST_VECTOR_AS_GRAPH_HPP
#include <utility>
#include <vector>
@@ -175,4 +175,4 @@ namespace boost {
} // namespace boost
#endif // VEC_ADJ_LIST_HPP
#endif // BOOST_VECTOR_AS_GRAPH_HPP