mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
drop gcc 4.7 support
This commit is contained in:
parent
f939a7b349
commit
335f9394a5
3 changed files with 27 additions and 47 deletions
|
@ -603,9 +603,8 @@ namespace client
|
|||
return;
|
||||
}
|
||||
auto s = shared_from_this ();
|
||||
// we must capture this for gcc 4.7 due the bug
|
||||
RequestLeaseSet (ls->GetStoreHash (),
|
||||
[s, ls, this](std::shared_ptr<const i2p::data::LeaseSet> leaseSet)
|
||||
[s, ls](std::shared_ptr<const i2p::data::LeaseSet> leaseSet)
|
||||
{
|
||||
if (leaseSet)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue