SpectrumIM / spectrum2

Spectrum 2 IM transports
https://spectrum.im
408 stars 91 forks source link

Fix compilation with boost-1.85 #497

Closed ConiKost closed 1 month ago

ConiKost commented 1 month ago

Compilation with boost-1.85 will fail, as the filesystem api v4 removed deprecated features. See https://www.boost.org/doc/libs/1_85_0/libs/filesystem/doc/deprecated.html.

More info on: https://bugs.gentoo.org/933691

vitalyster commented 1 month ago

See this issue to find how to enable deprecated features. We will not break build with old boost version you know