mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-13 10:40:52 +03:00
4a954f2be7
Problem spotted in https://github.com/moses-smt/mosesdecoder/issues/32 fixed. According to the Boost doc, nbestPath.parent_path().filename() returns a path object, to get the correspondent std::string representation, one must call one of the methods listed in: http://www.boost.org/doc/libs/1_53_0/libs/filesystem/doc/reference.html#path-native-format-observers native() is supposed to return the path in the specific OS path format (using backslashes for Windows). Anyway, since we are considering only the filename here, the result is the same. |
||
---|---|---|
.. | ||
IOWrapper.cpp | ||
IOWrapper.h | ||
Jamfile | ||
LatticeMBR.cpp | ||
LatticeMBR.h | ||
LatticeMBRGrid.cpp | ||
Main.cpp | ||
Main.h | ||
mbr.cpp | ||
mbr.h | ||
TranslationAnalysis.cpp | ||
TranslationAnalysis.h |