From cf24fa4ca0bd042fa007d9b173d3746b82feb3de Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 20 Jun 2004 22:15:40 +0000 Subject: [PATCH] Fix a silly typo [SVN r23129] --- include/boost/graph/properties.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/graph/properties.hpp b/include/boost/graph/properties.hpp index 1ecf097b..a0026a55 100644 --- a/include/boost/graph/properties.hpp +++ b/include/boost/graph/properties.hpp @@ -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 struct bundle_property_map : put_get_helper >