But why should it be so cumbersome, unnecessary, hard-to-read, inconsistent (come on, we have if constexpr, & if consteval) ??
From: Peter C++ via Std-Proposals
Sent: 01 May 2022 13:05
To: std-proposals@lists.isocpp.org
Cc: Peter C++
Subject: Re: [std-proposals] constexpr loops
just put regular loops it in a consteval function...
sent from a mobile device so please excuse strange words due to autocorrection.
Peter Sommerlad
peter.cpp@sommerlad.ch
+41-79-432 23 32
On 1 May 2022, at 09:51, Abdullah Qasim via Std-Proposals <std-proposals@lists.isocpp.org> wrote:
forconstexpr ()forconsteval ()whileconstexpr ()whileconsteval ()doconstexpr{}while()doconsteval{}while()example:for consteval (int i{ 0 }; i < 1’000’000; ++i) {cout << "LOL”;}
Runtime speed is FAST, w/ these loops.
Easy to implement, too.
--
Std-Proposals mailing list
Std-Proposals@lists.isocpp.org
https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals