ldoge / LDOGE

LITEDOGE - Proof of Stake: 2.0 Proof, of work: Scrypt
https://litedogeofficial.org
MIT License
40 stars 21 forks source link

Add boost namespace to filesystem #36

Closed alamshafil closed 2 years ago

alamshafil commented 2 years ago

I found issue while compiling with the latest version of gcc. To fix it, I added boost:: to filesystem:: so it becomes boost::filesystem:: This happens because the C++ 17 std lib now has filesystem, so it is conflicting with boost lib. This could be a problem when building in newer versions of Ubuntu/Debian and maybe mingw32 when it gets C++ 17 update.