Error in is_ready() function in uniface.h when compiling with GCC
SLongshaw opened this issue · 3 comments
SLongshaw commented
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.
yhtang commented
Will take a look.
SLongshaw commented
As the fix for this bug has been reverted due to it introducing a dependency on c++14, I am re-opening this bug.