Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
NikczemnyOkularnik committed Jan 25, 2022
1 parent f78fb34 commit 9984136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homework/unique_ptr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `unique_ptr`

(36 XP) Implement your own unique_ptr (simplified).
(30 XP) Implement your own unique_ptr (simplified).

unique_ptr is a RAII class:

Expand All @@ -13,4 +13,4 @@ unique_ptr is a RAII class:
* Setting source pointer to nullptr
* Member functions: operator*(), operator->(), get(), release(), reset()

+3 XP for delivery before 20.09.2020 23:59
+3 XP for delivery before 13.10.2021 23:59

0 comments on commit 9984136

Please sign in to comment.