Ralf Jung
19e287060d
remove const-support for align_offset
...
Operations like is_aligned would return actively wrong results at compile-time,
i.e. calling it on the same pointer at compiletime and runtime could yield
different results. That's no good.
Instead of having hacks to make align_offset kind-of work in const-eval, just
use const_eval_select in the few places where it makes sense, which also ensures
those places are all aware they need to make sure the fallback behavior is
consistent.
2024-11-03 17:00:44 +01:00
..
2024-10-30 22:38:49 -07:00
2024-10-21 15:22:17 +01:00
2024-10-31 10:55:45 +01:00
2024-10-31 01:35:13 +00:00
2024-10-31 10:55:45 +01:00
2024-10-28 18:05:08 +03:00
2024-10-25 20:31:40 +02:00
2024-10-31 10:17:49 +00:00
2024-10-27 17:04:12 +00:00
2024-11-02 21:29:59 +01:00
2024-11-02 21:29:59 +01:00
2024-11-02 21:29:59 +01:00
2024-11-02 21:29:59 +01:00
2024-11-03 17:00:44 +01:00
2024-10-24 17:02:11 +11:00
2024-11-02 21:29:59 +01:00
2024-10-30 10:48:08 +00:00
2024-11-02 21:29:59 +01:00
2024-10-30 06:40:36 +01:00
2024-10-29 18:38:57 +01:00
2024-10-19 22:32:38 +08:00
2024-11-03 17:00:44 +01:00
2024-11-02 08:33:14 +01:00
2024-10-30 22:38:49 -07:00
2024-11-02 21:29:59 +01:00
2024-10-23 09:14:41 +01:00
2024-10-10 12:49:18 +02:00
2024-10-14 23:22:51 +02:00
2024-11-02 03:33:31 +00:00
2024-11-02 21:29:59 +01:00
2024-11-02 08:33:13 +01:00
2024-10-30 22:38:49 -07:00
2024-10-31 09:09:25 +11:00
2024-10-27 21:23:28 -04:00
2024-11-02 21:29:59 +01:00
2024-11-02 03:08:04 +00:00
2024-11-01 11:24:14 +01:00
2024-10-31 12:46:26 +11:00
2024-10-31 17:50:43 -07:00
2024-10-26 06:53:53 +00:00
2024-10-30 16:23:16 +00:00
2024-10-31 10:55:45 +01:00
2024-10-14 23:22:51 +02:00
2024-10-30 14:01:37 -07:00
2024-10-27 21:10:58 -07:00
2024-10-30 16:23:16 +00:00
2024-10-28 18:05:08 +03:00
2024-10-30 16:20:49 +00:00
2024-10-22 15:28:38 +02:00
2024-10-16 15:44:16 +02:00
2024-11-02 21:29:59 +01:00
2024-10-29 14:56:00 -07:00
2024-11-03 17:00:44 +01:00
2024-10-27 21:10:58 -07:00
2024-11-02 21:29:59 +01:00
2024-11-02 03:08:04 +00:00
2024-10-29 17:01:24 +01:00
2024-10-28 10:18:50 -07:00
2024-10-31 03:36:06 +00:00
2024-10-31 14:55:53 +01:00
2024-10-22 23:13:04 +02:00
2024-10-24 23:23:55 -07:00