Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operators could use better naming to be more accessible #3

Open
jeaye opened this issue Apr 20, 2014 · 0 comments
Open

operators could use better naming to be more accessible #3

jeaye opened this issue Apr 20, 2014 · 0 comments
Assignees

Comments

@jeaye
Copy link
Owner

jeaye commented Apr 20, 2014

Currently, bash will really get in the way when typing the operator names. For example:

$ man operator+,operator-(std::time_point)
bash: syntax error near unexpected token `(`

The current solution is to quote operators entirely.

$ man "operator+,operator-(std::time_point)"

A better solution could be made that just uses common short names for the operators, like operator lt, operator shr, et cetera.

@jeaye jeaye self-assigned this Apr 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant