2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00

Fix a silly typo

[SVN r23129]
This commit is contained in:
Douglas Gregor
2004-06-20 22:15:40 +00:00
parent 23b3545c8d
commit cf24fa4ca0

View File

@@ -332,7 +332,7 @@ namespace boost {
return make_iterator_vertex_map(c.begin());
}
#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION\
#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
template<typename Graph, typename Descriptor, typename Bundle, typename T>
struct bundle_property_map
: put_get_helper<T&, bundle_property_map<Graph, Descriptor, Bundle, T> >