Commit 2ba4878
fix: use C++11 compatible unique_ptr::reset instead of std::make_unique
The CI build uses C++11 where std::make_unique is not available.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3ee0a52 commit 2ba4878
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
488 | | - | |
| 487 | + | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
0 commit comments