Changes between Initial Version and Version 1 of Ticket #47482, comment 4


Ignore:
Timestamp:
Apr 18, 2015, 11:09:37 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47482, comment 4

    initial v1  
    11On fink, I am able to comment out the offending line...
    22
     3{{{
    34p->searches.remove(search);
     5}}}
    46
    57in strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsession.cpp without any additional regressions showing up in the test suite.
    68This allows Apple Clang 6.1 to build the package. The current declaration for this in strigi-0.7.8/strigidaemon/bin/daemon/xesam/xesamsearch.h
    79
     10{{{
    811 bool operator==(const XesamSearch& xs) { return p == xs.p; }
     12}}}
    913
    1014does match the usage of that call according to llvm.org clang 3.5 or later.