basho / leveldb

Clone of http://code.google.com/p/leveldb/
BSD 3-Clause "New" or "Revised" License
408 stars 182 forks source link

Switch from <cstdatomic> to <atomic> #194

Open sharkcz opened 8 years ago

sharkcz commented 8 years ago

Switch from to . The former never made it into the standard and doesn't exist in modern gcc versions at all. The later contains everything that leveldb was using from the former.

Backported from Google leveldb 1.18 https://github.com/google/leveldb/commit/803d69203a62faf50f1b77897310a3a1fcae712b

matthewvon commented 8 years ago

Thank you. Will be a couple of weeks before I can circle back to this for proper review and test cycle.

matthewvon commented 7 years ago

Basho has closed down. I do not know of anyone that has access to merge this PR. Just letting you know.

lemenkov commented 5 years ago

This fixes #230. Since the project restarted its activity, then maybe we should merge it to develop?