I have a problem with the drop-down code browsing controls in the main edit windows of VS2017. I noticed that a whole group of functions were not being listed. They all have the same return type of “bool”. If I change the return type to “void” and ignore the warning about the return statement the function then appears in the drop-down.
The type “bool” is defined as “_Bool”. If I use “_Bool” the drop-down has the function.
Sid
-
This topic was modified 6 years, 9 months ago by sidprice.