mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
Fix forward declaration of fma in C++ API. Fixes #2735.
This commit is contained in:
parent
84025d5c11
commit
ba03d99526
|
@ -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…
Reference in a new issue