Fix fold expr (#389)
Este cometimento está contido em:
cometido por
GitHub
ascendente
eaf3bbceb7
cometimento
f3ea8b1178
@@ -137,7 +137,7 @@ struct context
|
||||
template <typename... Args>
|
||||
bool is_tracing_one_of(Args... _args) const
|
||||
{
|
||||
return ((false || is_tracing(_args)), ...);
|
||||
return (is_tracing(_args) || ...);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador