Re: [Interest] Future of constexpr in Qt?

2024-11-24 Thread Thiago Macieira
On Sunday 24 November 2024 05:18:33 Pacific Standard Time Volker Hilsheimer via Interest wrote: > Also, some things that are constexpr in a test might not be constexpr in a > real program. E.g. std::string can only be constexpr as long as the string > fits into whatever size the library uses for i

Re: [Interest] Future of constexpr in Qt?

2024-11-24 Thread Volker Hilsheimer via Interest
> On 22 Nov 2024, at 17:14, Thiago Macieira wrote: > > On Thursday 21 November 2024 23:14:30 Pacific Standard Time Schimkowitsch > Robert wrote: >> Herb Sutter highlighted constexpr as a way to increase programming language >> safety in his recent keynote at Meeting C++. Things like making a run