Skip to content

Commit

Permalink
remove general branch of 3_21
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Apr 26, 2015
1 parent b08e806 commit 8955162
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion ch03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ vector<string> v7{10, "hi"}; // size:10, value:"hi"
##[Exercise 3.18](ex3_18.cpp)
##[Exercise 3.19](ex3_19.cpp)
##[Exercise 3.20](ex3_20.cpp)
##[Exercise 3.21](ex3_21.cpp) ([Generics Version](ex3_21_generics_version))
##[Exercise 3.21](ex3_21.cpp)
##[Exercise 3.22](ex3_22.cpp)
##[Exercise 3.23](ex3_23.cpp)
##[Exercise 3.24](ex3_24.cpp)
Expand Down
44 changes: 0 additions & 44 deletions ch03/ex3_21_generics_version.cpp

This file was deleted.

0 comments on commit 8955162

Please sign in to comment.