|
69e342460c
|
Implement binary assignment operators for scalar types.
|
2017-01-27 19:07:15 +00:00 |
|
|
48d7b5ddec
|
Replace implementation of binary op assignments.
Use variadic templates instead of for loops. Add unit test.
|
2017-01-27 19:02:52 +00:00 |
|
|
bbaabb695d
|
Implement operators with scalar types.
|
2017-01-27 18:43:21 +00:00 |
|
|
2f4d319675
|
Implement binary operators.
This also has the benefical side effect of ridding me of that
stupid VWR_STATIC_CAST_RESULTS macro.
|
2016-11-08 02:24:21 +01:00 |
|
|
6bf3278631
|
Implement comparison operators correctly.
With tests.
|
2016-11-08 01:51:17 +01:00 |
|