Minor fixes for compatibility with C++14
What's Changed
- Add explicit empty template argument list to support C++14 by @mrkita in #586
- Replace use of 'if constexpr' with compiler trait macro EA_CONSTEXPR_IF by @mrkita in #588
- Replace direct inline variable delcaration with compiler trait protected macro by @mrkita in #590
New Contributors
Full Changelog: 3.27.00...3.27.01