Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
Base
Commits
5aa9d382
Commit
5aa9d382
authored
Dec 19, 2016
by
Marco Amagliani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added operator < to Checksum::Difference class
parent
13eb244b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Test/Checksum.hh
Test/Checksum.hh
+2
-0
No files found.
Test/Checksum.hh
View file @
5aa9d382
...
...
@@ -107,6 +107,8 @@ public:
return
_os
<<
_diff
.
type_text
()
<<
" "
<<
_diff
.
dscr_
;
}
bool
operator
<
(
const
Difference
&
_othr
)
const
{
return
type_
<
_othr
.
type_
;
}
private:
Type
type_
;
String
dscr_
;
...
...
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