Added #define for boost::weak_ptr.

This commit is contained in:
Ulrich Germann 2015-10-28 10:25:32 +00:00
parent 951bebb037
commit 33892cfb8a

View File

@ -190,3 +190,4 @@ typedef boost::weak_ptr<TranslationTask> ttaskwptr;
}
#define SPTR boost::shared_ptr
#define WPTR boost::weak_ptr