]> git.ipfire.org Git - thirdparty/squid.git/commit - src/base/CharacterSet.cc
Move CharacterSet::operator += to .cc file; change SBuf::find_first_not_of to match STL
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 17 Dec 2013 10:19:44 +0000 (11:19 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 17 Dec 2013 10:19:44 +0000 (11:19 +0100)
commitc8046ec713e931c9fa02c076a4154d3c77ad94a7
tree90815869877f4d9f9ba5482dd6f2452d8930ff7f
parent0e4d80e4b85b613f5c8d709b2160523b796ad54f
Move CharacterSet::operator += to .cc file; change SBuf::find_first_not_of to match STL
src/SBuf.cc
src/SBuf.h
src/base/CharacterSet.cc [new file with mode: 0644]
src/base/CharacterSet.h
src/base/Makefile.am
src/tests/testSBuf.cc