Kazu Hirata e0653baa24
[Support] Remove redundant declarations (NFC) (#166106)
In C++17, static constexpr members are implicitly inline, so they no
longer require an out-of-line definition.

Identified with readability-redundant-declaration.
2025-11-02 22:42:47 -08:00
..