Files
UltraGrid/src
Martin Pulec cbf4269ccd vulkan format_info: static data constexpr
Mark the returned variables as constexpr. Having inline function that
returns reference (although const) to non-const static variable perhaps
disallow inlining. Some caller maight have issued const_cast<> to a
non-const reference and modify the value which may be allowed (the)
static value is non-const.

Setting the vars to non-const should solve the problem. Using constexpr
is just nicer (requires avoiding std::string). Returning the value
directy instead of reference should be OK as well.
2025-10-08 10:47:40 +02:00
..
2025-08-13 09:04:53 +02:00
2025-10-08 08:56:50 +02:00
2025-10-06 09:46:28 +02:00
2024-09-26 14:36:42 +02:00
2025-08-25 14:28:56 +02:00
2024-10-08 16:16:15 +02:00
2024-10-08 16:16:15 +02:00
2024-11-28 10:30:11 +01:00
2025-05-30 14:28:08 +02:00
2024-11-14 11:54:18 +01:00
2025-08-13 09:04:53 +02:00
2025-08-13 09:04:53 +02:00
2024-11-28 11:46:09 +01:00
2025-05-30 08:10:33 +02:00
2025-05-30 08:10:33 +02:00
2025-03-25 09:17:19 +01:00
2025-03-25 09:17:19 +01:00
2025-06-17 12:35:38 +02:00
2024-05-17 13:19:49 +02:00
2023-10-06 11:19:10 +02:00
2025-09-16 15:30:11 +02:00
2025-05-05 12:37:07 +02:00
2025-06-26 11:13:34 +02:00
2025-09-04 16:38:38 +02:00
2025-08-13 09:04:53 +02:00
2025-06-17 12:35:38 +02:00
2024-11-28 10:30:11 +01:00
2025-06-01 18:03:40 +01:00
2025-06-24 11:51:55 +02:00
2024-05-16 09:54:22 +02:00
2025-08-11 16:12:37 +02:00
2025-08-25 14:28:56 +02:00
2025-08-25 14:28:56 +02:00
2025-04-11 14:55:05 +02:00
2025-08-25 14:16:38 +02:00
2025-10-08 08:56:58 +02:00
2025-03-25 08:37:14 +01:00