Skip to content

Commit 6528bd0

Browse files
committed
Fixes for VC7
[SVN r13194]
1 parent 81a0789 commit 6528bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object/inheritance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namespace
109109
make_iterator_property_map(
110110
to_target
111111
, get(vertex_index, reverse_topology)
112-
# ifdef BOOST_MSVC_STD_ITERATOR
112+
# ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
113113
, *to_target
114114
# endif
115115
)

0 commit comments

Comments
 (0)