Refactoring code to use SmartPointers

This commit is contained in:
2025-08-16 18:40:58 -04:00
parent e111d4ab5c
commit ddb25c98b5
6 changed files with 135 additions and 39 deletions

View File

@@ -52,6 +52,7 @@
"semaphore": "cpp",
"stop_token": "cpp",
"thread": "cpp",
"*.tpp": "cpp"
"*.tpp": "cpp",
"csignal": "cpp"
}
}