gabime / spdlog

Fast C++ logging library.
Other
24.39k stars 4.55k forks source link

V1.x : fixed "suggest override" errors for gcc 8.5 and gcc 9.1 #3158

Closed esmirno closed 2 months ago

esmirno commented 2 months ago

fixed errors for gcc 8.5 and gcc 9.1 compilers, which seems reporting an error if no override presented with final. I saw FMT_OVERRIDE option used to be present in the repo but then gone, I hope due to it is not an error on newer compiler to have both specifiers.

checked here: https://godbolt.org/z/33csE9W1P

gabime commented 2 months ago

Thanks @esmirno