From b94f1575525bb47965ccdb933771e31001777c00 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Fri, 19 Feb 2021 22:53:25 +0100 Subject: [PATCH] Small cleanup. --- src/math/square.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/math/square.cpp b/src/math/square.cpp index 3fecb6455..e742dbeab 100644 --- a/src/math/square.cpp +++ b/src/math/square.cpp @@ -229,8 +229,8 @@ llvm::Function *taylor_c_diff_func_square_impl(llvm_state &s, const square_impl auto val_t = to_llvm_vector_type(context, batch_size); // Get the function name. - const auto fname - = "heyoka_taylor_diff_square_var_" + taylor_mangle_suffix(val_t) + "_n_uvars_" + li_to_string(n_uvars); + using namespace fmt::literals; + const auto fname = "heyoka_taylor_diff_square_var_{}_n_uvars_{}"_format(taylor_mangle_suffix(val_t), n_uvars); // The function arguments: // - diff order,