Index: tree/common.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/spirit/tree/common.hpp,v retrieving revision 1.27 diff -u -r1.27 common.hpp --- tree/common.hpp 14 Mar 2007 23:08:35 -0000 1.27 +++ tree/common.hpp 18 Mar 2007 18:19:52 -0000 @@ -693,8 +693,8 @@ { } - template - struct result { typedef tree_match type; }; + template + struct result { typedef tree_match type; }; typedef tree_match match_t; typedef IteratorT iterator_t;