Spell things consistently. Add some bits of Mac stuff to the tests.

Use std::size_t where needed.


[SVN r10800]
This commit is contained in:
Darin Adler
2001-08-07 17:22:02 +00:00
parent 77f76889f8
commit a06c964cab
3 changed files with 4 additions and 4 deletions

View File

@ -100,7 +100,7 @@ int main()
std::deque<char> ds;
boost::regex_t r;
boost::scoped_array<boost::regmatch_t> matches;
size_t nsubs;
std::size_t nsubs;
boost::timer t;
double tim;
bool result;