try to compile with clang and on osx in travis

This commit is contained in:
Patrick Brosi 2018-07-23 02:46:31 +02:00
parent 1a9482a445
commit df2ab2df77
10 changed files with 485 additions and 269 deletions

View file

@ -29,7 +29,6 @@ class Collector {
public:
Collector(const std::string& evalOutPath, const std::vector<double>& dfBins)
: _noOrigShp(0),
_noMatchShp(0),
_fdSum(0),
_unmatchedSegSum(0),
_unmatchedSegLengthSum(0),
@ -70,7 +69,6 @@ class Collector {
std::map<const Shape*, std::map<const Shape*, std::pair<size_t, double> > >
_dACache;
size_t _noOrigShp;
size_t _noMatchShp;
double _fdSum;
size_t _unmatchedSegSum;