id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3989,"Syntax error -- missing ""template"" keyword",anonymous,Sebastian Redl,"Index: detail/ptree_implementation.hpp =================================================================== --- detail/ptree_implementation.hpp (revision 60372) +++ detail/ptree_implementation.hpp (working copy) @@ -770,7 +770,7 @@ Translator tr) const { if (optional child = get_child_optional(path)) - return child.get().get_value_optional(tr); + return child.get().template get_value_optional(tr); else return optional(); } ",Bugs,closed,Boost 1.44.0,multi_array,Boost 1.42.0,Problem,fixed,,