Consistent naming in allocators. Fix where cast from char array -> bitstruct would not work.

This commit is contained in:
Christoffer Lerno
2023-05-10 10:30:37 +02:00
parent 6210522c75
commit 4d0f73a8f5
8 changed files with 24 additions and 18 deletions

View File

@@ -184,7 +184,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [15, 16]
llvm_version: [16]
steps:
- uses: actions/checkout@v3