Skip to content

Replace T var; var.Fill with auto var = T::Filled, for both Index and Size #251

Replace T var; var.Fill with auto var = T::Filled, for both Index and Size

Replace T var; var.Fill with auto var = T::Filled, for both Index and Size #251

Workflow file for this run

name: Label PRs
on:
- pull_request_target
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"