Skip to content

Commit

Permalink
recover wrong revert
Browse files Browse the repository at this point in the history
  • Loading branch information
LvChong committed Sep 14, 2014
1 parent 7ec2527 commit 01a99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch13/ex13.43/strvec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <algorithm>
#include <iostream>

allocator<std::string> StrVec::alloc;
std::allocator<std::string> StrVec::alloc;

//! copy constructor
StrVec::StrVec(const StrVec &s)
Expand Down

0 comments on commit 01a99cd

Please sign in to comment.