-
Notifications
You must be signed in to change notification settings - Fork 126
Weak_ptr implementation #229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weak_ptr implementation #229
Conversation
…ounts) and with constructor, destructor
-Changes in CMakeLists
|
✅ CI Passed - Task: files_check |
|
|
|
✅ CI Passed - Task: weak_ptr_students_tests |
|
|
|
Coverage rate is less than 90%. You can download detailed coverage report in action's summary. Look for |
|
✅ CI Passed - Task: files_check |
|
|
|
|
|
Coverage rate is less than 90%. You can download detailed coverage report in action's summary. Look for |
|
✅ CI Passed - Task: files_check |
|
|
|
|
|
✅ CI Passed - Task: weak_ptr |
|
|
|
|
|
Coverage rate is less than 90%. You can download detailed coverage report in action's summary. Look for |
|
@MichalMarciniakGS Your solution has not passed all checks (maybe it was only a formatting-check?) and you haven't modified this Pull Request during the last 7 days. It will be automatically closed after the next 7 days if it remains untouched. |
|
✅ CI Passed - Task: files_check |
|
|
|
|
|
Coverage rate is less than 90%. You can download detailed coverage report in action's summary. Look for |
|
✅ CI Passed - Task: files_check |
|
|
|
✅ CI Passed - Task: make_shared_students_tests |
|
|
|
|
|
|
|
✅ CI Passed - Task: make_shared |
|
Coverage rate is less than 90%. You can download detailed coverage report in action's summary. Look for |
|
@MichalMarciniakGS Your solution has not passed all checks (maybe it was only a formatting-check?) and you haven't modified this Pull Request during the last 7 days. It will be automatically closed after the next 7 days if it remains untouched. |
1 similar comment
|
@MichalMarciniakGS Your solution has not passed all checks (maybe it was only a formatting-check?) and you haven't modified this Pull Request during the last 7 days. It will be automatically closed after the next 7 days if it remains untouched. |
|
We are closing this PR. If you want to fix your code and get points, please re-open it or raise a new PR |
Try to implement weak_ptr to already existing shared_ptr