You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\Collection.h(19,27): error C3861: 'LuceneSync': identifier not found
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\Collection.h(202): message : see reference to class template instantiation 'Lucene::Collection' being compiled
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\Map.h(17,20): error C3861: 'LuceneSync': identifier not found
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\Map.h(126): message : see reference to class template instantiation 'Lucene::Map<KEY,VALUE,LESS>' being compiled
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\Set.h(17,20): error C3861: 'LuceneSync': identifier not found
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\Set.h(129): message : see reference to class template instantiation 'Lucene::Set<TYPE,LESS>' being compiled
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\HashMap.h(17,24): error C3861: 'LuceneSync': identifier not found
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\HashMap.h(126): message : see reference to class template instantiation 'Lucene::HashMap<KEY,VALUE,HASH,EQUAL>' being compiled
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\HashSet.h(17,24): error C3861: 'LuceneSync': identifier not found
1>d:_WORK\qt651_x64\LucenePlusPlus\bin\include\lucene++\HashSet.h(110): message : see reference to class template instantiation 'Lucene::HashSet<TYPE,HASH,EQUAL>' being compiled
when I uncomment Lucene.h all works fine
And I also get same compile error when I move #include <Lucene.h> after #include <Analyzer.h>
Any idea why I need to include Lucene.h as first?
The text was updated successfully, but these errors were encountered:
I am on windows with MSVC 2019 compiler
I have class like this
And compiler get me this:
when I uncomment Lucene.h all works fine
And I also get same compile error when I move #include <Lucene.h> after #include <Analyzer.h>
Any idea why I need to include Lucene.h as first?
The text was updated successfully, but these errors were encountered: