Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Extra line added
  • Loading branch information
Anastasia Kazakova committed Sep 22, 2021
1 parent c5a96c3 commit 00229bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lifetime_safety_samples.cpp
Expand Up @@ -114,6 +114,7 @@ void dangling_iterator()

//Modified Owner
//Owners that are passed by non-const reference are assumed to be modified by the callee.

void use_unique_ptr(std::unique_ptr<int>& upRef);
void assumes_modification()
{
Expand Down

0 comments on commit 00229bf

Please sign in to comment.