You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue prevents the correct usage of templated C++ functions, particularly since QB64 substitutes NULL for zero, causing the underlying C++ compiler to become extremely upset.
The solution could be to simply stop the ALIAS string validation or to at least relax it, enabling the proper use of C++ templated functions. Given that this is advanced, low-level coding, it would make sense to leave the contents of the ALIAS string to the discretion of the programmer.
The text was updated successfully, but these errors were encountered:
Currently, QB64 generates an error
Expected ALIAS name-in-library
when attempting the following code:This issue prevents the correct usage of templated C++ functions, particularly since QB64 substitutes
NULL
for zero, causing the underlying C++ compiler to become extremely upset.The solution could be to simply stop the ALIAS string validation or to at least relax it, enabling the proper use of C++ templated functions. Given that this is advanced, low-level coding, it would make sense to leave the contents of the ALIAS string to the discretion of the programmer.
The text was updated successfully, but these errors were encountered: