Commit Graph

9 Commits

Author SHA1 Message Date
Michele Santullo 981ec02afd Add support for custom dimension type.
Also remove overloads of operator[] and use a template instead.
2015-08-17 13:34:17 +02:00
King_DuckZ 7085a98995 Add overloads for operator[].
Also implement operator[] in terms of operator[] const.
2015-08-16 22:30:08 +02:00
King_DuckZ f5eb76d70f Vec doesn't have total ordering. Fix comparison. 2015-08-15 00:59:30 +02:00
Michele Santullo 9ea9743e95 Don't get confused with the wrong overload when passed a Vec. 2015-08-14 12:56:40 +02:00
Michele Santullo b2095603d1 Add operators for scalar types and fix wrong operator<= 2015-08-14 12:32:52 +02:00
Michele Santullo cab7c296f1 Replace cloonel jump vector with vectorwrapper.
It's missing operators, so the build is broken.
2015-07-30 16:12:12 +02:00
King_DuckZ f1bcf8674d Implement the type_name() function. Only tested on gcc 5.1
Add Sprout library.
2015-06-24 22:13:48 +02:00
King_DuckZ eecb16afcd Remove the libraries I wanted to test 2014-09-02 16:39:14 +02:00
King_DuckZ 4908096a44 First import 2014-08-27 16:03:56 +02:00