-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile error for the flash bc algorithm on ubuntu (#2839)
## What do these changes do? Some compilers were failing to match the most suitable overloaded functions when `EjoinV` is used in the FLASH model , causing unexpected errors. So I add an extra parameter to force the compiler to use the required overloaded function. This change is intended to ensure that the function is correctly matched by the compiler and that the program runs correctly. Fixes #2835 Co-authored-by: Weibin Zeng <[email protected]>
- Loading branch information
1 parent
0de3063
commit 3c4cd9d
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters