Branch: refs/heads/master
Home: https://github.com/moses-smt/mosesdecoder
Commit: cccfb9a0c9457517a5298c3cd497eff27ee6adfa
https://github.com/moses-smt/mosesdecoder/commit/cccfb9a0c9457517a5298c3cd497eff27ee6adfa
Author: Tetsuo Kiso <tet...@is...>
Date: 2012-11-04 (Sun, 04 Nov 2012)
Changed paths:
M mert/BleuScorer.cpp
M mert/BleuScorer.h
Log Message:
-----------
Using namespace std in a header file pollutes the global namespace.
Using directives should be put into the implementation files.
|