luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
738 stars 232 forks source link

Add LPPAPI to Exception Template to fix it's visibility on mac #185

Closed dishti closed 2 years ago

dishti commented 2 years ago

Fix for issue https://github.com/luceneplusplus/LucenePlusPlus/issues/182 that ensures that the Exception Template visibility is set correctly which fixes all failing tests on mac.