the class member order in the initialize list of class , is different from with the declaration order inner the class, so , if I keep the order of initialize list, what and where the compiler flags I should add to ?
the error tips:
[0m[0;1;31merror: [0m[1mfield 'count_' will be initialized after field 'nextSndSn_' [-Werror,-Wreorder-ctor]
MY IDE is Rider 2022.1EAP3 under Linux