Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yaml-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yaml-cpp
Commits
32125697
Commit
32125697
authored
Mar 22, 2014
by
Jesse Beder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename regex.h and regex.cpp to regex_yaml, so they don't interfere with the posix variant
parent
9b4db068
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
src/exp.h
+1
-1
src/regex_yaml.cpp
+1
-1
src/regex_yaml.h
+0
-0
src/scanscalar.h
+1
-1
src/scantag.cpp
+1
-1
No files found.
src/exp.h
View file @
32125697
...
...
@@ -7,7 +7,7 @@
#pragma once
#endif
#include "regex.h"
#include "regex
_yaml
.h"
#include <string>
#include <ios>
#include "stream.h"
...
...
src/regex.cpp
→
src/regex
_yaml
.cpp
View file @
32125697
#include "regex.h"
#include "regex
_yaml
.h"
namespace
YAML
{
// constructors
...
...
src/regex.h
→
src/regex
_yaml
.h
View file @
32125697
File moved
src/scanscalar.h
View file @
32125697
...
...
@@ -8,7 +8,7 @@
#endif
#include <string>
#include "regex.h"
#include "regex
_yaml
.h"
#include "stream.h"
namespace
YAML
{
...
...
src/scantag.cpp
View file @
32125697
#include "scanner.h"
#include "regex.h"
#include "regex
_yaml
.h"
#include "exp.h"
#include "yaml-cpp/exceptions.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment