3
0
Fork 0
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:
Christoph M. Wintersteiger 2019-11-25 11:32:50 +00:00
parent 84025d5c11
commit ba03d99526
No known key found for this signature in database
GPG key ID: BCF6360F86294467

View file

@ -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.