Skip to content

Commit 4c5838c

Browse files
committed
Fix format_vec
how did that line even get in there
1 parent 4ae4a72 commit 4c5838c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/openPMD/auxiliary/StringManip.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ namespace auxiliary
261261
auto end = v.end();
262262
std::stringstream res;
263263
res << '[' << *it++;
264-
res.operator<<(*it);
265264
for (; it != end; ++it)
266265
{
267266
res << ", " << *it;

0 commit comments

Comments
 (0)