id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 938,Tons of lint in transform_traits.hpp,nobody,John Maddock,"{{{ In , there is this code: template struct reference_adder { template struct rebind { typedef T& type; }; }; The problem is the lack of a declarator after the type ""bool"" in the template parameter list. I checked the grammer in Stroustrup, and found that that's not actually legal. There's always supposed to be a declarator. This is a problem for me, because it confuses PC-Lint, and causes a bazillion error messages when I include boost/functional.hpp. A simple change to ""template "" fixes the problem. - Ron }}}",Bugs,closed,,call_traits,None,,Fixed,,