CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-04-02 08:05:43 +02:00
parent 24f3824524
commit 3538d796a7
4 changed files with 53 additions and 27 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
// Automatic conversion to underlying pointer; do NOT enable this config as this
// defeats the main purpose of a checked pointer => use raw_bytes() as needed;
// and see xspan_fwd.h how to make this more convenient.
// and see "xspan_fwd.h" how to make this more convenient.
#ifndef XSPAN_CONFIG_ENABLE_IMPLICIT_CONVERSION
#define XSPAN_CONFIG_ENABLE_IMPLICIT_CONVERSION 0
#endif