GIT: Initial state after latest Foundation merge

This commit is contained in:
Andrew Heather
2016-09-20 14:49:08 +01:00
4571 changed files with 115696 additions and 74609 deletions

View File

@ -81,7 +81,7 @@ int main(int argc, char *argv[])
string me("Mark");
// Handling of null strings
if (regExp(NULL).match(me))
if (regExp(nullptr).match(me))
{
Info<< "fail - matched: " << me << endl;
}