divinity76 / cacdrive

harddrive emulator using cloudatcost's "cloud storage" as a storage backend.
The Unlicense
9 stars 4 forks source link

shared_mutex g++/clang support check #4

Open divinity76 opened 5 years ago

divinity76 commented 5 years ago

clang needs version >= 3.7 and g++ needs version >= 6.0.0 for full c++17 shared_mutex support, see https://github.com/divinity76/cacdrive/issues/3#issuecomment-429156268