mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Fix forward declaration of fma in C++ API. Fixes #2735.
This commit is contained in:
parent
84025d5c11
commit
ba03d99526
1 changed files with 1 additions and 1 deletions
|
@ -1144,7 +1144,7 @@ namespace z3 {
|
|||
/**
|
||||
\brief FloatingPoint fused multiply-add.
|
||||
*/
|
||||
friend expr fma(expr const& a, expr const& b, expr const& c);
|
||||
friend expr fma(expr const& a, expr const& b, expr const& c, expr const& rm);
|
||||
|
||||
/**
|
||||
\brief sequence and regular expression operations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue