ustramooner / 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
Apache License 2.0
9 stars 1 forks source link

Compilation issues: older versions of boost #1

Open ustramooner opened 13 years ago

ustramooner commented 13 years ago

The following code doesn't work with boost versions prior to 1.38:

boost::gregorian::date date = parser.parse_date(paddedDate.c_str(), dateFormat->c_str(), svp);

if 1.38 was supported, there would be a lot more platforms that would work out-of-the-box

synhershko commented 13 years ago

I wouldn't push for boost 1.38 compatibility, unless there's very few places like this where we can replace boost with reliable code (which may be consequently lighter).