Changes in / [dd33c1f:3992098]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/SpecializeNew.cpp

    rdd33c1f r3992098  
    462462        if ( specialized != expr->arg ) {
    463463                // Assume that the specialization incorporates the cast.
    464                 // std::cerr << expr <<std::endl;
     464                std::cerr << expr <<std::endl;
    465465                return specialized;
    466466        } else {
Note: See TracChangeset for help on using the changeset viewer.