diff --git a/doc/refmanual/get-tag-def.html b/doc/refmanual/get-tag-def.html index e92b405..63ac18d 100644 --- a/doc/refmanual/get-tag-def.html +++ b/doc/refmanual/get-tag-def.html @@ -75,12 +75,12 @@ such that for any type x namespace boost { namespace mpl {
-template<class T>
+template<class T>
 struct get_##name {
 	typedef typename T::name type;
 };
-}}
+}}
 
@@ -103,13 +103,13 @@ struct test_type_get_tag_def }} -typedef boost::mpl::get_a_tag<test_type_get_tag_def>::type got_the_tag; +typedef boost::mpl::get_a_tag<test_type_get_tag_def>::type got_the_tag;