Skip to content

Prefix data members with d_ and s_

Rohit Kothur requested to merge rkothur/recc:data-member-prefix into master

Prefixes non-static data members with d_ and static data members with s_ to adhere more closely to the BDE coding standards.

Merge request reports