Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #12703; nim cpp rejects valid code would lose const qualifier for ↵ | ringabout | 2024-03-05 | 1 | -0/+14 |
| | | | | | | cstring to string via cstrToNimstr (#23371) fixes #12703 ref #19588 | ||||
* | closes #10219; adds a test case (#23370) | ringabout | 2024-03-05 | 1 | -0/+20 |
| | | | closes #10219 | ||||
* | closes #4678; add testcase (#20634) | ringabout | 2022-10-24 | 1 | -0/+16 |
| | |||||
* | fix #17351; switch to c++17 and remove hacks (#20407) | ringabout | 2022-09-23 | 1 | -1/+11 |
| | | | | | * fix #17351; switch to c++17 * remove workaround | ||||
* | fix #18410 (Errors initializing an object of RootObj with the C++ backend) ↵ | flywind | 2021-10-31 | 1 | -0/+15 |
[backport] (#18836) * fix #18410 * one line comment * typo * typo * cover cpp |