Use static_assert(…, …) instead of assert(…) where appropriate.
Use static_assert(…, …) (C++11) instead of assert(…) where appropriate #11071
pull practicalswift wants to merge 1 commits into bitcoin:master from practicalswift:static_assert changing 2 files +2 −1-
practicalswift commented at 7:34 PM on August 16, 2017: contributor
- practicalswift renamed this:
Use static_assert(…, …) instead of assert(…) where appropriate
Use static_assert(…, …) (C++11) instead of assert(…) where appropriate
on Aug 16, 2017 - practicalswift force-pushed on Aug 16, 2017
-
Prefer compile-time checking over run-time checking d1e6f91f85
- practicalswift force-pushed on Aug 16, 2017
- fanquake added the label Refactoring on Aug 17, 2017
- dcousens approved
-
laanwj commented at 6:48 AM on August 17, 2017: member
-
promag commented at 7:32 AM on August 17, 2017: member
utACK d1e6f91.
-
paveljanik commented at 8:53 AM on August 17, 2017: contributor
utACK d1e6f91
- laanwj merged this on Aug 18, 2017
- laanwj closed this on Aug 18, 2017
- laanwj referenced this in commit dbf6bd6ea0 on Aug 18, 2017
- PastaPastaPasta referenced this in commit 6ab938d762 on Sep 19, 2019
- PastaPastaPasta referenced this in commit 11ce38f659 on Sep 23, 2019
- PastaPastaPasta referenced this in commit f699998f37 on Sep 24, 2019
- PastaPastaPasta referenced this in commit 6c6c4cbbe5 on Nov 19, 2019
- PastaPastaPasta referenced this in commit 91554a00f3 on Nov 21, 2019
- PastaPastaPasta referenced this in commit 30b316719a on Dec 9, 2019
- PastaPastaPasta referenced this in commit d072df7cac on Jan 1, 2020
- PastaPastaPasta referenced this in commit 16b1585d50 on Jan 2, 2020
- ckti referenced this in commit 69b44bdde7 on Mar 28, 2021
- gades referenced this in commit 2adfdb9d6f on Jun 26, 2021
- DrahtBot locked this on Sep 8, 2021
Contributors
Labels