mirror of
https://github.com/boostorg/graph.git
synced 2026-01-26 18:42:12 +00:00
added a note to the top of the header file
[SVN r11894]
This commit is contained in:
@@ -976,10 +976,14 @@ code parts into namespace \code{boost}.
|
||||
// "as is" without express or implied warranty, and with no claim as
|
||||
// to its suitability for any purpose.
|
||||
|
||||
// See http://www.boost.org/libs/graph/doc/isomorphism-impl.pdf
|
||||
// for a description of the implementation of the isomorphism function
|
||||
// defined in this header file.
|
||||
|
||||
#ifndef BOOST_GRAPH_ISOMORPHISM_HPP
|
||||
#define BOOST_GRAPH_ISOMORPHISM_HPP
|
||||
|
||||
#include <algorithm> // for std::find
|
||||
#include <algorithm>
|
||||
#include <boost/graph/detail/set_adaptor.hpp>
|
||||
#include <boost/pending/indirect_cmp.hpp>
|
||||
#include <boost/graph/detail/permutation.hpp>
|
||||
|
||||
Reference in New Issue
Block a user