https://github.com/halide/Halide
Revision cc613924c7ea913f2bc31debc9f55316fbad40d9 authored by Steven Johnson on 15 April 2020, 17:21:10 UTC, committed by Steven Johnson on 15 April 2020, 17:21:10 UTC
For clients compiling with C++17, using `static constexpr` (rather than `static const` for static member variables initialized inline.

(This has little effect on our current codebase -- the issues it fixes are ones we don't encounter, obviously -- but it tracks minor cleanup work we'll want to do once we decide to require C++17 as a baseline for Halide.)
1 parent a34b55a
History
Tip revision: cc613924c7ea913f2bc31debc9f55316fbad40d9 authored by Steven Johnson on 15 April 2020, 17:21:10 UTC
Add HALIDE_STATIC_CONSTEXPR
Tip revision: cc61392

back to top