Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Array.h « GIZA++-v2 - github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eae58d431c5141d4c2a416c5ec86aa225c4758ad (plain)
1
2
3
4
5
#ifndef GIZA_ARRAY_H_DEFINED
#define GIZA_ARRAY_H_DEFINED
#include "Vector.h"
#define Array Vector
#endif