build: No need to check for leveldb atomics #7982
pull theuni wants to merge 1 commits into bitcoin:master from theuni:leveldb-atomics changing 2 files +2 −19-
theuni commented at 10:29 pm on April 30, 2016: memberThey’re guaranteed with c++11
-
build: No need to check for leveldb atomics
They're guaranteed with c++11
-
paveljanik commented at 7:03 am on May 1, 2016: contributor
-
MarcoFalke added the label Build system on May 1, 2016
-
laanwj commented at 12:23 pm on May 2, 2016: member
utACK https://github.com/bitcoin/bitcoin/pull/7982/commits/de982901555b3f168a721a8911dc1ce8a51d3f59
This reminds me, we should make tinyformat use variadic template as well (TINYFORMAT_USE_VARIADIC_TEMPLATES) if that’s not the case yet automatically.
-
laanwj commented at 12:26 pm on May 2, 2016: member
A quick test shows that it auto-detects and uses them automatically, at least on clang 3.9:
0#ifdef TINYFORMAT_USE_VARIADIC_TEMPLATES 1#error Using variadic templates 2#endif
The detection method is a tad outdated though:
0# ifdef __GXX_EXPERIMENTAL_CXX0X__ 1# define TINYFORMAT_USE_VARIADIC_TEMPLATES 2# endif
-
laanwj merged this on May 4, 2016
-
laanwj closed this on May 4, 2016
-
laanwj referenced this in commit 559fbae8c6 on May 4, 2016
-
laanwj referenced this in commit 9eaa0afa6e on May 4, 2016
-
deadalnix referenced this in commit 63478a727b on Jan 11, 2017
-
deadalnix referenced this in commit 9ec3eb7421 on Jan 11, 2017
-
deadalnix referenced this in commit a4d32dd7f7 on Jan 15, 2017
-
deadalnix referenced this in commit edf009ad1a on Jan 16, 2017
-
deadalnix referenced this in commit f436dbb861 on Jan 17, 2017
-
deadalnix referenced this in commit c991d4c975 on Jan 19, 2017
-
deadalnix referenced this in commit b98ec8a41c on Jan 19, 2017
-
dagurval referenced this in commit 4473e43402 on Apr 23, 2017
-
codablock referenced this in commit c05292da76 on Sep 16, 2017
-
codablock referenced this in commit a51ef38a86 on Sep 19, 2017
-
codablock referenced this in commit 6662e23a0a on Dec 20, 2017
-
lateminer referenced this in commit a2b5a784ca on Oct 21, 2018
-
zkbot referenced this in commit 59d6a92e7d on Sep 22, 2020
-
zkbot referenced this in commit 514d868179 on Sep 25, 2020
-
DrahtBot locked this on Sep 8, 2021
Labels
Build system
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 21:12 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 21:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me