team-charls / charls

CharLS, a C++ JPEG-LS library implementation
BSD 3-Clause "New" or "Revised" License
188 stars 74 forks source link

Add inline to constexpr for compatibility with C++20 #194

Closed vbaderks closed 2 years ago

vbaderks commented 2 years ago

To be able to export from a header unit, inline is needed. C++14 doesn't support it however.