mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Rename regex.h and regex.cpp to regex_yaml, so they don't interfere with the posix variant
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "regex.h"
|
||||
#include "regex_yaml.h"
|
||||
#include <string>
|
||||
#include <ios>
|
||||
#include "stream.h"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#include "regex.h"
|
||||
#include "regex_yaml.h"
|
||||
|
||||
namespace YAML {
|
||||
// constructors
|
@@ -8,7 +8,7 @@
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include "regex.h"
|
||||
#include "regex_yaml.h"
|
||||
#include "stream.h"
|
||||
|
||||
namespace YAML {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include "scanner.h"
|
||||
#include "regex.h"
|
||||
#include "regex_yaml.h"
|
||||
#include "exp.h"
|
||||
#include "yaml-cpp/exceptions.h"
|
||||
|
||||
|
Reference in New Issue
Block a user