aboutsummaryrefslogtreecommitdiff
path: root/src/type.h
AgeCommit message (Collapse)Author
2015-01-15Completed basic math operators and fixed their result typeAdrian Kummerlaender
* the result type now depends on the `decltype` of the performed operation
2015-01-15Added basic value type alias and math operationsAdrian Kummerlaender