Skip to content

Commit

Permalink
Update strvec.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Queequeg92 committed Sep 14, 2014
1 parent b25f01c commit df26d2b
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 df26d2b

Please sign in to comment.