Skip to content

std::mem: fix the Heap implementation still uses old integrated jule #296

std::mem: fix the Heap implementation still uses old integrated jule

std::mem: fix the Heap implementation still uses old integrated jule #296

Workflow file for this run

name: Build - C++20
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
- name: Build JuleC
run: |
julec --compiler clang --cppstd cpp20 src/julec