Skip to content
Snippets Groups Projects
Commit a7d1aa0a authored by Timo Koch's avatar Timo Koch
Browse files

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

parent bc1f7a91
Branches
Tags
1 merge request!794[hybrid] Make evaluateFoldExpression constexpr to enable use in constexpr functions
Pipeline #26073 passed
......@@ -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.
Please register or to comment