Skip to content

Commit f73ca8c

Browse files
committed
cpp08 ex02 done
1 parent 1fd42c0 commit f73ca8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp08/ex02/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ main (void)
6969
print (*it4);
7070

7171
print (SUB_TITTLE YELLOW "Assignment operator" RESET);
72-
MutantStack<float, std::list<float> > assign;
72+
MutantStack<float, std::list<float> > assign;
7373
assign = mstack3;
7474
MutantStack<float, std::list<float> >::iterator it5, ite5;
7575
it5 = assign.begin ();

0 commit comments

Comments
 (0)