mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
It doesn't properly differentiate between (treats genDType as being the same as genFType): @generic(genFType=@vector(float)) genFType radians(genFType degrees); @generic(genDType=@vector(double)) genDType radians(genDType degrees); but this is due to problems with how the type is built from @vector(float) and @vector(double). However, I thought it was about time I got some of this into git. Also, `@generic(...) { ... };` blocks don't work properly (they lose the generic info): need to get a little smarter about handling generic scope in `external_def_list`. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |