mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 12:48:54 -06:00
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;
|
||||
|
||||
Reference in New Issue
Block a user