Content deleted Content added
Ira Leviton (talk | contribs) Fixed references. Please see Category:CS1 errors: unsupported parameter. |
No edit summary |
||
Line 279:
constexpr int OFFSET = 12;
template<typename VALUETYPE,
constexpr std::array<VALUETYPE, TABLE_SIZE> table = [] { // OR: constexpr auto table
std::array<VALUETYPE, TABLE_SIZE> A = {};
|