You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
genoffsets: Remove constexpr on PORT_OFFSETS array
Not sure why CLang doesn't allow this to be constexpr while GCC does,
let's figure out later why this is the case.
Error message:
src/dynports.cc:13:45: error: constexpr variable cannot have
non-literal type 'const std::array<uint16_t, 4576>' (aka 'const
array<unsigned short, 4576>')
static constexpr std::array<uint16_t, 4576> PORT_OFFSETS {{
^
Signed-off-by: aszlig <[email protected]>
0 commit comments