Don't use inline on pure virtual functions

Authored by mreeves on Oct 22 2019, 3:05 AM.

Description

Don't use inline on pure virtual functions

Some compilers are picker then others about this but it really doesn't make
sense. Technically you are declaring a function without defining it do to
inline's new meaning. clang/llvm depending on version warns about or
completely ignores the issue. MSVC throws a link time error.

Details

Committed
mreevesOct 22 2019, 3:13 AM
Parents
R983:1835567db5bc: Actually use value of firstNonWhite
Branches
Unknown
Tags
Unknown