mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
pragma once
This commit is contained in:
parent
559077f6f8
commit
524ed4406e
@ -17,8 +17,7 @@ License along with this library; if not, write to the Free Software
|
|||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
|
|
||||||
#ifndef moses_TypeDef_h
|
#pragma once
|
||||||
#define moses_TypeDef_h
|
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
@ -188,4 +187,4 @@ typedef std::vector<FactorType> FactorList;
|
|||||||
typedef std::pair<std::vector<std::string const*>,WordAlignments > StringWordAlignmentCand;
|
typedef std::pair<std::vector<std::string const*>,WordAlignments > StringWordAlignmentCand;
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user