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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user