Skip to content
Snippets Groups Projects
Commit 8f5d4112 authored by Christian Engwer's avatar Christian Engwer
Browse files

[!794] [hybrid] Make evaluateFoldExpression constexpr to enable use in constexpr functions

Merge branch 'fix/hybridutility-constexpr' into 'master'

See merge request [core/dune-common!794]

  [core/dune-common!794]: Nonecore/dune-common/merge_requests/794
parents 8c0781cf a7d1aa0a
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ constexpr auto integralRange(const End& end)
namespace Impl {
template<class T>
void evaluateFoldExpression(std::initializer_list<T>&&)
constexpr void evaluateFoldExpression(std::initializer_list<T>&&)
{}
template<class Range, class F, class Index, Index... i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment