FasTC/Base
Pavel Krajcevski 7ed5c13405 Allow additional indexable types
Instead of using operator() to index into the second operand of the
VectorAddition function, use operator[]. This way we can add to pointers
and std::vector types as well.
2014-02-20 15:36:59 -05:00
..
config Check for C++11 types in base library 2014-01-30 13:55:55 -05:00
include Allow additional indexable types 2014-02-20 15:36:59 -05:00
src Add YCoCg pixel type 2014-02-18 13:25:29 -05:00
test Allow additional indexable types 2014-02-20 15:36:59 -05:00
CMakeLists.txt Some small bugs, fixed #2 2014-01-30 14:12:55 -05:00