mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-16 15:26:00 -06:00
explicit definitions for static members are needed for MSVC++
This commit is contained in:
@@ -14,6 +14,8 @@ PgfAbstractParser::PgfAbstractParser(ref<PgfConcr> concr)
|
||||
this->last_fid = concr->last_fid;
|
||||
}
|
||||
|
||||
PgfAbstractParser::ItemProbComparator PgfAbstractParser::item_prob_comp;
|
||||
|
||||
void PgfAbstractParser::get_info(CCat *ccat, ref<PgfConcrRule> *prule, size_t **pvalues)
|
||||
{
|
||||
if (ccat->fid <= concr->last_fid) {
|
||||
@@ -860,6 +862,8 @@ PgfParser::PgfParser(ref<PgfConcr> concr, PgfText *sentence, bool case_sensitive
|
||||
this->allocated_size = sizeof(PgfText)+sentence->size+1;
|
||||
}
|
||||
|
||||
PgfParser::ExprStateComparator PgfParser::estate_comp;
|
||||
|
||||
PgfParser::~PgfParser()
|
||||
{
|
||||
free(sentence);
|
||||
|
||||
Reference in New Issue
Block a user