forked from GitHub/gf-core
try fixing the linkage error with MSVC
This commit is contained in:
@@ -51,6 +51,8 @@ struct PgfLRTableMaker::CompareItem : std::less<Item*> {
|
||||
}
|
||||
};
|
||||
|
||||
const PgfLRTableMaker::CompareItem PgfLRTableMaker::compare_item;
|
||||
|
||||
PgfLRTableMaker::PgfLRTableMaker(ref<PgfAbstr> abstr, ref<PgfConcr> concr)
|
||||
{
|
||||
this->abstr = abstr;
|
||||
@@ -977,4 +979,4 @@ PgfExpr PgfParser::fetch(PgfDB *db, prob_t *prob)
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user