Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b973a688
Commit
b973a688
authored
Sep 28, 2008
by
mattijs
Browse files
added constness
parent
33e30cda
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OSspecific/Unix/regularExpression.H
View file @
b973a688
...
...
@@ -100,7 +100,7 @@ public:
// Member functions
//- Matches?
inline
bool
matches
(
const
string
&
s
)
inline
bool
matches
(
const
string
&
s
)
const
{
size_t
nmatch
=
0
;
regmatch_t
*
pmatch
=
NULL
;
...
...
Write
Preview
Supports
Markdown
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