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

Implement simple workspace operations (+,-,*,/, maybe ^) #907

Closed
NickDraper opened this issue Nov 5, 2007 · 1 comment
Closed

Implement simple workspace operations (+,-,*,/, maybe ^) #907

NickDraper opened this issue Nov 5, 2007 · 1 comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@NickDraper
Copy link
Contributor

These should be implmented as operator overloads that simply call algorithms to do the job.

We need to define a chart of what operations between which workspaces are actually valid and enforce this.

Then it is possible that the use of STL iterators and function pointers may allow this to be done in a generic manner.

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 59

@NickDraper NickDraper added the High Priority An issue or pull request that if not addressed is severe enough to postponse a release. label Jun 3, 2015
@NickDraper NickDraper added this to the Iteration 4 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant