You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?