mosesdecoder/moses-cmd
Joan Puigcerver 4a954f2be7 Fixes compilation error using libboost_1_50
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.
2013-03-24 20:01:59 +01:00
..
IOWrapper.cpp Work on compression and defaults for outputting hypergraphs. 2013-03-21 16:48:47 -04:00
IOWrapper.h Work on compression and defaults for outputting hypergraphs. 2013-03-21 16:48:47 -04:00
Jamfile Work on compression and defaults for outputting hypergraphs. 2013-03-21 16:48:47 -04:00
LatticeMBR.cpp move moses-cmd/src/* to moses-cmd/ 2012-11-12 20:42:29 +00:00
LatticeMBR.h move moses-cmd/src/* to moses-cmd/ 2012-11-12 20:42:29 +00:00
LatticeMBRGrid.cpp resolved merge conflicts 2012-11-12 21:12:01 +00:00
Main.cpp Fixes compilation error using libboost_1_50 2013-03-24 20:01:59 +01:00
Main.h move moses-cmd/src/* to moses-cmd/ 2012-11-12 20:42:29 +00:00
mbr.cpp move moses-cmd/src/* to moses-cmd/ 2012-11-12 20:42:29 +00:00
mbr.h move moses-cmd/src/* to moses-cmd/ 2012-11-12 20:42:29 +00:00
TranslationAnalysis.cpp move moses-cmd/src/* to moses-cmd/ 2012-11-12 20:42:29 +00:00
TranslationAnalysis.h move moses-cmd/src/* to moses-cmd/ 2012-11-12 20:42:29 +00:00