ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Remove virtual function specifications #176

Closed ProgramMax closed 2 years ago

ProgramMax commented 2 years ago

The virtual function specifications were provided to accomodate code that wasn't being built with C++11 and it's override keyword.

But the deprecation schedule for that has long passed. We can now assume the override keyword is available.

This commit removes the virtual function specifications.