mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
This brings the format types closer to the standard library types: * FormatStringCheck corresponds to std::basic_format_string, with compile-time checks done via ConstevalFormatString * RuntimeFormat corresponds to std::runtime_format, with no compile-time checks done. Also, it documents where no compile-time checks are done. |
||
|---|---|---|
| .. | ||
| check_globals.cpp | ||
| check_globals.h | ||
| CMakeLists.txt | ||
| descriptor.cpp | ||
| descriptor.h | ||
| mempool.cpp | ||
| mempool.h | ||
| net.cpp | ||
| net.h | ||
| wallet.h | ||