Opened 17 years ago
Closed 17 years ago
#200 closed request (fixed)
utility::vector add function could be operator+=
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | yat 0.3 (Public release) |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
The functions below look pretty much like operator+=, don't they?
int add (const vector &b) int add_constant (const double d)
This is similar to ticket:138 and should have been fixed when matrix was fixed.
Change History (2)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [775]) Fixes #200.