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
Tiago Peixoto
graph-tool
Commits
c0bc49d7
Commit
c0bc49d7
authored
Oct 10, 2007
by
Tiago Peixoto
Browse files
Cosmetic improvements in error reporting in the graphml reader
parent
dd41507e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/boost-workaround/boost/graph/graphml.hpp
View file @
c0bc49d7
...
...
@@ -99,12 +99,12 @@ class mutate_graph_impl : public mutate_graph
}
catch
(
bad_lexical_cast
)
{
throw
parse_error
(
"invalid value
\"
"
+
value
+
"
\"
for key "
+
name
+
" of type "
+
value_type
);
throw
parse_error
(
"invalid value
\"
"
+
value
+
"
\"
for key
\"
"
+
name
+
"
\"
of type
\"
"
+
value_type
+
"
\"
"
);
}
if
(
!
type_found
)
throw
parse_error
(
"unrecognized type
\"
"
+
value_type
+
"
\"
for key "
+
name
);
"
\"
for key "
+
name
+
"
\"
"
);
}
...
...
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