alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
370 stars 84 forks source link

Remove deprecated syntax for compatibility #158

Closed icedrocket closed 6 months ago

icedrocket commented 6 months ago

This pull request removes the redudant template argument in constructors, which has been disallowed since C++20.

dvander commented 6 months ago

This thing could go away with std::vector I think, but it's so small it's probably not worth it.