Skip to content

Commit

Permalink
Update exercises/smartPointers/problem1.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Hageboeck <[email protected]>
  • Loading branch information
chavid and hageboeck authored Sep 29, 2024
1 parent 4a40216 commit 0c44013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/smartPointers/problem1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ int main() {
std::cerr<< "Terminated with exception: " << e.what() << "\n" ;
}

std::cout<<"Forgotten large objects: "<<LargeObject::count<<std::endl ;
std::cout<<"Leaked large objects: "<<LargeObject::count<<std::endl ;

}

0 comments on commit 0c44013

Please sign in to comment.