Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
707c287a
Commit
707c287a
authored
Jun 30, 2016
by
LEFEBVREJP email
Browse files
Fixed missing return statement in CSVFile method.
parent
c11efc1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
radixio/csvfile.cc
View file @
707c287a
...
...
@@ -65,6 +65,7 @@ bool radix::CSVFile::data(std::vector<std::vector<std::string>> &data) const
data
.
push_back
(
row
(
line
));
}
in
.
close
();
return
true
;
}
radix
::
CSVFile
::
CSVFile
(
const
std
::
string
&
file
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment