• Max Kellermann's avatar
    neighbor/udisks: add `this->` to work around GCC 6 bug · 931b571e
    Max Kellermann authored
    Since `this` was captured, it does not need to be specified, but GCC 6
    can't do it.  Since we want to support the standard compiler from
    Debian Stretch (stable), we need to work around this problem:
    
     src/neighbor/plugins/UdisksNeighborPlugin.cxx:239:12: error: cannot call member function 'void UdisksNeighborExplorer::Insert(UDisks2::Object&&)' without object
           Insert(std::move(o));
           ~~~~~~^~~~~~~~~~~~~~
    
    This fixes #300 which I previously thought was a different bug.
    931b571e
Name
Last commit
Last update
..
plugins Loading commit data...
Explorer.hxx Loading commit data...
Glue.cxx Loading commit data...
Glue.hxx Loading commit data...
Info.hxx Loading commit data...
Listener.hxx Loading commit data...
NeighborPlugin.hxx Loading commit data...
Registry.cxx Loading commit data...
Registry.hxx Loading commit data...