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