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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-10-28 13:25:32 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-10-28 13:25:32 +0300
commit33892cfb8a3ab415011b98c934b6b9ba2f0fde61 (patch)
tree728c56ad9e5575d2f36a3132ed8529a20ba74a3a /moses/TypeDef.h
parent951bebb037ad69715dd8c0d7e9197cc3c8ff90a6 (diff)
Added #define for boost::weak_ptr.
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index 18f01f73c..a87b38acb 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -190,3 +190,4 @@ typedef boost::weak_ptr<TranslationTask> ttaskwptr;
}
#define SPTR boost::shared_ptr
+#define WPTR boost::weak_ptr