backport for gcc 5

pull/13/head
Jeff Becker 6 years ago
parent 377cc78144
commit 4ab9f72415
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -269,7 +269,8 @@ namespace llarp
void
Endpoint::PutLookup(IServiceLookup* lookup, uint64_t txid)
{
m_PendingLookups.insert(std::make_pair(txid, lookup));
m_PendingLookups.insert(
std::make_pair(txid, std::unique_ptr< IServiceLookup >(lookup)));
}
bool

Loading…
Cancel
Save