Rename regex.h and regex.cpp to regex_yaml, so they don't interfere with the posix variant

This commit is contained in:
Jesse Beder
2014-03-22 19:03:49 -05:00
parent 9b4db068bb
commit 32125697f2
5 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#endif
#include <string>
#include "regex.h"
#include "regex_yaml.h"
#include "stream.h"
namespace YAML {