bind9/lib/isc/include
Ondřej Surý 122a142241 Use constexpr for NS_PER_SEC and friends constants
The contexpr introduced in C23 standard makes perfect sense to be used
instead of preprocessor macros - the symbols are kept, etc.  Define
ISC_CONSTEXPR to be `constexpr` for C23 and `static const` for the older
C standards.  Use the newly introduced macro for the NS_PER_SEC and
friends time constants.
2024-08-19 09:08:55 +00:00
..
isc Use constexpr for NS_PER_SEC and friends constants 2024-08-19 09:08:55 +00:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00