Minor fixes for compatibility with C++14
What's Changed
- Add explicit empty template argument list to support C++14 by @mrkita in https://github.com/electronicarts/EASTL/pull/586
- Replace use of 'if constexpr' with compiler trait macro EA_CONSTEXPR_IF by @mrkita in https://github.com/electronicarts/EASTL/pull/588
- Replace direct inline variable delcaration with compiler trait protected...