MikeLankamp / fpm

C++ header-only fixed-point math library
https://mikelankamp.github.io/fpm
MIT License
672 stars 85 forks source link

fix: fix VS 2019 build by upgrading CNL dependency #7

Closed MikeLankamp closed 3 years ago

MikeLankamp commented 3 years ago

CNL contained a conversion function with trailing return type. VS 2019 does not like that. This problem has been fixed in CNLs, so this upgrades CNLfrom pre-v0.0.6 to v1.1.2.