From 01f642a6f37e2a25cbfe45f0c48aa9341989028d Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Mon, 16 Oct 2017 18:19:55 +0100 Subject: [PATCH] Backward compatibility --- src/test/trigo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/trigo.cpp b/src/test/trigo.cpp index d1b75c7fb..686800162 100644 --- a/src/test/trigo.cpp +++ b/src/test/trigo.cpp @@ -98,7 +98,7 @@ template static void tst_float_sine(std::ostream & out, unsigned N, unsigned k) { reslimit rl; fmanager fm; - interval_manager > im(rl, { fm, EBITS, SBITS }); + interval_manager > im(rl, im_float_config(fm, EBITS, SBITS)); _scoped_numeral a(fm); fm.set(a, EBITS, SBITS, static_cast(0)); tst_float_sine_core(out, fm, im, a, 1);