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
File Mode Size
CMakeLists.txt -rw-r--r-- 201 bytes
Halide-VS2017.natvis -rw-r--r-- 2.2 KB
Halide.natvis -rw-r--r-- 1.4 KB
HalideTraceDump.cpp -rw-r--r-- 11.6 KB
HalideTraceUtils.cpp -rw-r--r-- 1.3 KB
HalideTraceUtils.h -rw-r--r-- 2.7 KB
HalideTraceViz.cpp -rw-r--r-- 53.4 KB
inconsolata.h -rw-r--r-- 228.4 KB

back to top