CxL v2.10.0
v2.9.0 → v2.10.0
- Types
any
- Can be assigned with
num
s,str
s, number and string literals. - Useful for functions that need to accept an argument of any type
- Can be assigned with
- Important Changes
- Removed template for
num
- Removed need to declare types in functions
- Removed template for
- Other
- Conversion operators for
num
- Fix problem where
num
s can't be added to number literals
- Conversion operators for
Full Changelog: v2.9.0...v2.10.0
- To do/Upcoming
- Get value for
any
type - Windows configure script
- Make G++ errors/warnings more readable
- Weakly-typed option
- Get value for