Skip to content

Remove const qualifier to allow std::move out of the object #53

Remove const qualifier to allow std::move out of the object

Remove const qualifier to allow std::move out of the object #53

Workflow file for this run

name: Check C++ formatting
on:
pull_request:
push:
branches:
- master
jobs:
cpp-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.14
with:
clangFormatVersion: 14