In C++, there are many keyword conflicts with variable names. I‘m going to commit a PR for this, which will make the following changes:
namespace => name_space
template => template_
operator => operator_
export => export_
Does it follow your code style?
In C++, there are many keyword conflicts with variable names. I‘m going to commit a PR for this, which will make the following changes:
namespace=>name_spacetemplate=>template_operator=>operator_export=>export_Does it follow your code style?