Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compilation error with clang++17
ocispec/runtime_spec_schema_config_schema.h contains the following code which uses the reserved c++ keyword "class": typedef struct { char *class; int32_t priority; yajl_val _residual; unsigned int priority_present : 1; } Thus the code fails to compile with clang++ 17. Fixes #132 ( #132 ) Signed-off-by: Etienne Cordonnier <[email protected]>
- Loading branch information