Quote from: Peter H on December 20, 2020, 04:08:59 pmI think,nobody is forced to use inline variables in C++.Please never use this argument.Programming is not only writing new code, but also reading and understanding code written by others.And in the end it is much more maintaining (often other people's) code, than writing new code.This is not about "inline variables", but generally, saying "if you don't like this feature, you don't have to use it" is just very wrong.
I think,nobody is forced to use inline variables in C++.