maztheman
maztheman
Simple fix for min/max macro issues. can be used out of the box on everything now (i guess). Fixes issue I reported here (and some other closed issues): #602
Simple fix is the wrap the word min and max in () such as: static CONSTCD11 year (min)() NOEXCEPT { return year{-32767}; } static CONSTCD11 year (max)() NOEXCEPT { return...
Other minor fixes as well
For macos users I have created a repo that will build and install ymuse using homebrew. https://github.com/maztheman/homebrew-ymuse I am not sure what you want to do about it but there...