Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Hello
GitLab will be updated tonight at 22:00. Expect short outage.
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
192ea74b
Commit
192ea74b
authored
8 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
83b0ce1a
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alib2data/src/regexp/formal/FormalRegExpElement.h
+0
-1
0 additions, 1 deletion
alib2data/src/regexp/formal/FormalRegExpElement.h
alib2data/src/regexp/unbounded/UnboundedRegExpElement.h
+1
-2
1 addition, 2 deletions
alib2data/src/regexp/unbounded/UnboundedRegExpElement.h
with
1 addition
and
3 deletions
alib2data/src/regexp/formal/FormalRegExpElement.h
+
0
−
1
View file @
192ea74b
...
@@ -24,7 +24,6 @@ class FormalRegExpEmpty;
...
@@ -24,7 +24,6 @@ class FormalRegExpEmpty;
class FormalRegExpEpsilon;
class FormalRegExpEpsilon;
class UnboundedRegExpElement;
class UnboundedRegExpElement;
class FormalRegExpElement;
class FormalRegExpElementVisitor {
class FormalRegExpElementVisitor {
public:
public:
...
...
This diff is collapsed.
Click to expand it.
alib2data/src/regexp/unbounded/UnboundedRegExpElement.h
+
1
−
2
View file @
192ea74b
...
@@ -24,7 +24,6 @@ class UnboundedRegExpEmpty;
...
@@ -24,7 +24,6 @@ class UnboundedRegExpEmpty;
class UnboundedRegExpEpsilon;
class UnboundedRegExpEpsilon;
class FormalRegExpElement;
class FormalRegExpElement;
class UnboundedRegExpElement;
class UnboundedRegExpElementVisitor {
class UnboundedRegExpElementVisitor {
public:
public:
...
@@ -85,7 +84,7 @@ public:
...
@@ -85,7 +84,7 @@ public:
friend class UnboundedRegExpAlternation;
friend class UnboundedRegExpAlternation;
friend class UnboundedRegExpConcatenation;
friend class UnboundedRegExpConcatenation;
friend class UnboundedRegExpIteration;
friend class UnboundedRegExpIteration;
friend class
Fromal
RegExpSymbol;
friend class
Unbounded
RegExpSymbol;
friend class UnboundedRegExpEmpty;
friend class UnboundedRegExpEmpty;
friend class UnboundedRegExpEpsilon;
friend class UnboundedRegExpEpsilon;
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment