Skip to content
Snippets Groups Projects
Commit e16cc5f7 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Merge branch 'cherry-pick-825f70ca' into 'releases/2.9'

Merge branch 'fix-gcc-13-on-i386' into 'master'

See merge request !1328
parents 0821b632 2663e9ee
No related branches found
No related tags found
1 merge request!1328Merge branch 'fix-gcc-13-on-i386' into 'master'
Pipeline #67064 passed
Pipeline: Dune Nightly Test

#67066

    ......@@ -110,8 +110,8 @@ int main()
    // Compile time checks
    static_assert(sum(values) == (30*29)/2, "Wrong compile time sum!");
    constexpr auto numberTupleConstexpr = Dune::makeTupleVector(0.1, 2, 3);
    static_assert(sum(numberTupleConstexpr) == 5.1, "Wrong compile time sum!");
    constexpr auto numberTupleConstexpr = Dune::makeTupleVector(0.25, 2, 3);
    static_assert(sum(numberTupleConstexpr) == 5.25, "Wrong compile time sum!");
    return test.exit();
    }
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment