MxUI/MUI

Error in is_ready() function in uniface.h when compiling with GCC

SLongshaw opened this issue · 3 comments

It would seem that the first lambda statement in the is_ready() function is confusing GCC (tested up to 7.3.0), as it won't compile. It appears OK with other compilers such as Intel and IBM XL.

Will take a look.

As the fix for this bug has been reverted due to it introducing a dependency on c++14, I am re-opening this bug.

The latest fix issued by @yhtang appears to have resolved this whilst maintaining c++11 compatibility, therefore I am closing this bug.