paircomp used the string find_first_not_of
authorDiane Trout <diane@caltech.edu>
Thu, 4 Jan 2007 22:28:08 +0000 (22:28 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 4 Jan 2007 22:28:08 +0000 (22:28 +0000)
commit48e3ee746c53b0cacd86b6da1bfafbe3197283b0
treedf8299a3e5cac569ef3c95b0461ea510608bff67
parent55fe547c493cc6a1f99804b0cc666855db41dc83
paircomp used the string find_first_not_of
so i needed to add it to my sequence class. (I'm trying to keep
my sequence class to look like an immutable string).
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_sequence.cpp