Skip to content

Pass a pointer to the SPTD struct as the output parameter too #11

Pass a pointer to the SPTD struct as the output parameter too

Pass a pointer to the SPTD struct as the output parameter too #11

Workflow file for this run

name: C++ CI (Linux)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-ubu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build with GCC
run: g++ -Wall -Wextra -std=c++20 cachex.cpp
- name: Build with Clang
run: clang++ -Wall -Wextra -std=c++20 cachex.cpp