forked from boostorg/regex
Almost complete regex implementation now...
[SVN r22718]
This commit is contained in:
@@ -145,7 +145,7 @@ int main(int argc, char**argv)
|
||||
double tim;
|
||||
bool result;
|
||||
int iters = 100;
|
||||
double wait_time = std::min(t.elapsed_min() * 1000, 1.0);
|
||||
double wait_time = (std::min)(t.elapsed_min() * 1000, 1.0);
|
||||
|
||||
while(true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user