in reply to Re^2: Why is const x const not a const?
in thread Why is const x const not a const?
Then why does «sprintf '%-100000s', 'a'» create a string of 100,000 characters at compile-time like «"a" x 100_000» currently does at run-time.
And then there's 1..100_000 that creates an array and 100,000 scalars at compile-time.
If something could fold into something that's considered too large, that particular folding should be prevented, not all foldings of that operator.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why is const x const not a const?
by moritz (Cardinal) on Jan 23, 2012 at 09:50 UTC | |
by ikegami (Patriarch) on Jan 23, 2012 at 18:37 UTC | |
by moritz (Cardinal) on Jan 23, 2012 at 19:11 UTC | |
by ikegami (Patriarch) on Jan 23, 2012 at 22:14 UTC | |
by moritz (Cardinal) on Jan 24, 2012 at 06:59 UTC | |
| |
by BrowserUk (Patriarch) on Jan 23, 2012 at 18:43 UTC | |
by ikegami (Patriarch) on Jan 23, 2012 at 18:48 UTC | |
by BrowserUk (Patriarch) on Jan 23, 2012 at 19:31 UTC | |
| |
|
Re^4: Why is const x const not a const?
by BrowserUk (Patriarch) on Jan 23, 2012 at 10:10 UTC | |
by LanX (Saint) on Jan 24, 2012 at 14:05 UTC |