Dana Jansens f6ca4ea199
Avoid a space in the UDL definition (#3610)
* Avoid a space in the UDL definition except on GCC before 4.9

Clang 18 has grown a warning about the space being deprecated which
is enabled by default in their nightly binaries. However GCC before 4.9
will reject the UDL definition unless there is a space there, so we need
to keep the space conditionally for it.

* Remove UDLs on GCC before 4.9 to simplify things

GCC before 4.9 rejects the syntax that is now
rejected on more modern compilers.

* Disable compile-error-test on GCC < 4.9

This avoids the UDL tests failing as GCC < 4.9 can not parse UDLs
without a space, but the space is malformed in modern compilers.
2023-09-18 08:09:42 -07:00
..
2022-11-30 07:16:37 -08:00
2023-04-11 06:27:28 -07:00
2023-07-20 14:09:22 -07:00
2023-05-24 11:51:34 -07:00
2023-09-16 07:26:36 -07:00
2022-01-20 16:55:47 -08:00
2023-05-03 07:56:24 -07:00
2023-05-03 07:56:24 -07:00
2021-12-26 16:28:41 -08:00
2023-05-17 12:34:12 -07:00
2023-09-04 10:07:14 -07:00
2023-08-25 08:06:10 -07:00
2023-05-03 07:56:24 -07:00