New
3.27.01
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 macro by @mrkita in https://github.com/electronicarts/EASTL/pull/590
New Contributors
- @mrkita made their first contribution in https://github.com/electronicarts/EASTL/pull/586
Full Changelog: https://github.com/electronicarts/EASTL/compare/3.27.00...3.27.01