Re: RFR: 8314694: Separate checked_cast from globalDefinitions.hpp [v2]

2023-08-23 Thread Serguei Spitsyn
On Tue, 22 Aug 2023 21:25:48 GMT, Kim Barrett wrote: >> Please review this change which moves checked_cast from globalDefinitions.hpp >> to a separate file. As part of this change we modify files that use >> checked_cast to directly include that new file. There are around 80 such >> files, and

Re: RFR: 8314694: Separate checked_cast from globalDefinitions.hpp [v2]

2023-08-22 Thread Kim Barrett
> Please review this change which moves checked_cast from globalDefinitions.hpp > to a separate file. As part of this change we modify files that use > checked_cast to directly include that new file. There are around 80 such > files, and that change constitutes the majority of the changed files a