Robert Zhang
|
2f0231025f
|
Future proof rippled by changing variable name 'requires' to 'require'
'requires' is a keyword in C++20.
https://en.cppreference.com/w/cpp/keyword/requires
|
2021-06-03 10:58:24 -07:00 |
|
Pretty Printer
|
50760c6935
|
Format first-party source according to .clang-format
|
2020-04-23 10:02:04 -07:00 |
|
seelabs
|
c2d2ba9f45
|
Simplify code using if constexpr:
Also simplify msig construction
|
2019-08-23 11:33:59 -07:00 |
|
Brad Chase
|
fb60cc9b5b
|
Cleanup unit test support code (RIPD-1380):
* Remove `src/test/support/mao`
* Flatten `src/test/support/jtx` to `src/test/jtx`
|
2017-01-13 15:01:20 -08:00 |
|