Skip to content

CxxUtils: Remove some obsolete headers.

Scott Snyder requested to merge ssnyder/athena:obsolete.CxxUtils-20190727 into master

Remove the headers enable_if.h, noreturn.h, final.h, and override.h. These were originally added to assist with the c++98 -> c++11 migration. They are no longer needed, and are no longer used anywhere.

Merge request reports