Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594048
Collapse All | Expand All

(-)a/old/trainer.cpp (-1 / +1 lines)
Lines 103-109 class TrainerImpl: public Trainer { Link Here
103
    if (!fn) {
103
    if (!fn) {
104
      return false;
104
      return false;
105
    }
105
    }
106
    x_.push_back(std::make_pair<std::string, FeatureNode *>(y, fn));
106
    x_.push_back(std::make_pair(y, fn));
107
    return true;
107
    return true;
108
  }
108
  }
109
109

Return to bug 594048