id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6402,boost::spirit::lazy( *X ) does not have same semantics as *X,sairony@…,Joel de Guzman,"I use a very dynamic parser where I need to inherit & parse attributes using the Nabialek trick. As the Nabialek trick sadly seems to require pointer to rules for efficiency lazy must be used to deffer the derefence. However, if the rule is lets say rule< Iterator, void( T& ) >, then it would seem it's impossible to pass T& to the rule as lazy() doesn't provide the same semantics as rule< Iterator, void( T& ) >. ",Bugs,new,To Be Determined,spirit,Boost 1.46.1,Problem,,,