Cycling74 / min-api

High-level C++-language application programming interface for Max
MIT License
57 stars 23 forks source link

Fixed missing argument for outlet_do_send #161

Closed tomoyanonymous closed 3 years ago

tomoyanonymous commented 4 years ago

Would it be a typo? This never caused errors with Xcode clang 11 and LLVM clang 9.0 but does with LLVM clang 10.0. Maybe because this template has not instantiated for a long time.

tomoyanonymous commented 4 years ago

Also, LLVM clang 10.0 detected unnecessary comparison(to be evaluated always true). Appended fixed commit.

x37v commented 3 years ago

I think these 2 issues have already been addressed in other merges