try fixing the linkage error with MSVC

This commit is contained in:
Krasimir Angelov
2023-05-11 05:28:11 +02:00
parent 392f002124
commit a514500bba

View File

@@ -51,6 +51,8 @@ struct PgfLRTableMaker::CompareItem : std::less<Item*> {
} }
}; };
const PgfLRTableMaker::CompareItem PgfLRTableMaker::compare_item;
PgfLRTableMaker::PgfLRTableMaker(ref<PgfAbstr> abstr, ref<PgfConcr> concr) PgfLRTableMaker::PgfLRTableMaker(ref<PgfAbstr> abstr, ref<PgfConcr> concr)
{ {
this->abstr = abstr; this->abstr = abstr;
@@ -977,4 +979,4 @@ PgfExpr PgfParser::fetch(PgfDB *db, prob_t *prob)
} }
return 0; return 0;
} }