microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
787 stars 151 forks source link

Remove inline specifier from constexpr function #64

Closed cristeigabriel closed 3 years ago

cristeigabriel commented 3 years ago

According to the standard, constexpr functions are also inline.