Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
f388f3d8
Commit
f388f3d8
authored
Apr 17, 2016
by
Michael Ott
Browse files
Fix compiler errors
parent
adfbd3b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
DCDBTools/dcdbcsvimport/dcdbcsvimport.cpp
View file @
f388f3d8
...
...
@@ -126,7 +126,7 @@ int main(int argc, char** argv)
while
(
std
::
getline
(
fs
,
s
))
{
int
col
=
0
;
lineno
++
;
DCDB
::
TimeStamp
ts
(
0ull
);
DCDB
::
TimeStamp
ts
(
UINT64_C
(
0
)
);
boost
::
tokenizer
<
boost
::
escaped_list_separator
<
char
>
>
tk
(
s
,
boost
::
escaped_list_separator
<
char
>
(
'\\'
,
','
,
'\"'
));
for
(
boost
::
tokenizer
<
boost
::
escaped_list_separator
<
char
>
>::
iterator
i
=
tk
.
begin
();
i
!=
tk
.
end
();
++
i
)
{
...
...
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