forked from boostorg/regex
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user