Files
bind9/lib/isc
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
..
2023-08-31 22:08:35 +02:00
2023-08-21 18:39:53 +02:00
2024-08-15 12:11:48 +00:00
2024-08-05 11:21:25 +00:00
2024-05-17 16:03:21 -07:00
2023-12-06 15:15:24 +02:00
2024-08-06 15:17:48 +02:00
2023-08-31 22:08:35 +02:00
2023-09-16 07:32:17 +02:00
2023-04-27 12:38:53 +02:00