Files
Nim/tests/stdlib
ringabout f7a461a30c fixes #22101; std/pegs with nim cpp --mm:orc --exceptions:goto creates invalid C++ (#24531)
fixes #22101

The old implementation generates

`auto T = value;` for the cpp backend which causes problems for goto
exceptions. This PR puts the declaration of `T` to the cpsLocals parts
and makes it compatible with goto exceptions.
2024-12-12 22:56:41 +01:00
..
2022-09-23 13:05:05 +02:00
2022-09-29 12:16:42 +02:00
2022-10-22 13:42:46 +02:00
2023-06-09 16:03:28 +02:00
2024-11-25 10:51:03 +01:00
2023-06-08 08:02:57 +02:00