halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.91k stars 1.07k forks source link

Some minor fixes for C++23 compilation errors. #8422

Closed zvookin closed 1 month ago

zvookin commented 2 months ago

First is just a requirement that a template be declared before use. Second is removing volatile from non-reference return types.