T.25: Fix number in exponential sequence. (#1526)

Otherwise rather suggests a quadratic growth.
This commit is contained in:
johansin
2019-10-08 23:28:55 +02:00
committed by Sergey Zubkov
parent ef78ef4d88
commit 3f70be9721

View File

@@ -17184,7 +17184,7 @@ Complementary constraints are unfortunately common in `enable_if` code:
##### Note ##### Note
Complementary requirements on one requirements is sometimes (wrongly) considered manageable. Complementary requirements on one requirements is sometimes (wrongly) considered manageable.
However, for two or more requirements the number of definitions needs can go up exponentially (2,4,9,16,...): However, for two or more requirements the number of definitions needs can go up exponentially (2,4,8,16,...):
C1<T> && C2<T> C1<T> && C2<T>
!C1<T> && C2<T> !C1<T> && C2<T>