P2PSP / console

A console version of the P2PSP entities (Splitter, Peer, etc)
GNU General Public License v3.0
4 stars 6 forks source link

`error: reference to ‘thread’ is ambiguous` when compiling #19

Closed vicente-gonzalez-ruiz closed 6 years ago

vicente-gonzalez-ruiz commented 6 years ago

Last versions of Boost has changed the way threads are used. The code of P2PSP should be modified considering that.

vicente-gonzalez-ruiz commented 6 years ago

Solved (using the same library than core)