Commit 32125697 authored by Jesse Beder's avatar Jesse Beder
Browse files

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

parent 9b4db068
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#pragma once #pragma once
#endif #endif
#include "regex.h" #include "regex_yaml.h"
#include <string> #include <string>
#include <ios> #include <ios>
#include "stream.h" #include "stream.h"
......
#include "regex.h" #include "regex_yaml.h"
namespace YAML { namespace YAML {
// constructors // constructors
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#endif #endif
#include <string> #include <string>
#include "regex.h" #include "regex_yaml.h"
#include "stream.h" #include "stream.h"
namespace YAML { namespace YAML {
......
#include "scanner.h" #include "scanner.h"
#include "regex.h" #include "regex_yaml.h"
#include "exp.h" #include "exp.h"
#include "yaml-cpp/exceptions.h" #include "yaml-cpp/exceptions.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment