Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
32125697
"include/ck/utility/array.hpp" did not exist on "8c923db423ab4ca0a7ac10310cff3528b38bb520"
Commit
32125697
authored
Mar 22, 2014
by
Jesse Beder
Browse files
Rename regex.h and regex.cpp to regex_yaml, so they don't interfere with the posix variant
parent
9b4db068
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
src/exp.h
src/exp.h
+1
-1
src/regex_yaml.cpp
src/regex_yaml.cpp
+1
-1
src/regex_yaml.h
src/regex_yaml.h
+0
-0
src/scanscalar.h
src/scanscalar.h
+1
-1
src/scantag.cpp
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