Ticket #2529: p.patch

File p.patch, 930 bytes (added by David Pol, 14 years ago)
  • .hpp

    old new  
    524524                {
    525525                    proto::expr<tag::terminal, Args, 0> that = {this->a0};
    526526                    return that;
    527                 };
     527                }
    528528
    529529                template<typename Expr>
    530530                operator Expr() const
     
    558558                {
    559559                    proto::expr<Tag, Args, 1> that = {this->a0};
    560560                    return that;
    561                 };
     561                }
    562562
    563563                template<typename Expr>
    564564                operator Expr() const
     
    10871087                #undef M0
    10881088                proto::expr<Tag, Args, N> that = {BOOST_PP_ENUM_PARAMS(N, c)};
    10891089                return that;
    1090             };
     1090            }
    10911091
    10921092            template<typename Expr>
    10931093            operator Expr() const