We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd42c0 commit f73ca8cCopy full SHA for f73ca8c
1 file changed
cpp08/ex02/src/main.cpp
@@ -69,7 +69,7 @@ main (void)
69
print (*it4);
70
71
print (SUB_TITTLE YELLOW "Assignment operator" RESET);
72
- MutantStack<float, std::list<float> > assign;
+ MutantStack<float, std::list<float> > assign;
73
assign = mstack3;
74
MutantStack<float, std::list<float> >::iterator it5, ite5;
75
it5 = assign.begin ();
0 commit comments