Don't use identifiers with leading underscore
Such identifiers in the global scope are reserved for use by the c++
implementation. Identifiers with leading underscore followed by a
capital letter (e.g. _Higgs_copling) are even reserved in any scope.