Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8e54dd68 authored by François Trahay's avatar François Trahay
Browse files

formatting

parent dead1d05
No related branches found
No related tags found
1 merge request!109Improve the OTF2 parser
Pipeline #1018770 failed
......@@ -541,7 +541,7 @@ Color *ParserDefinitionOTF2::get_color(uint32_t func_id) {
}
Color *ParserDefinitionOTF2::get_color(String function_name) {
uint32_t func_id = std::hash<std::string>{}(function_name.to_string());
uint32_t func_id = std::hash<std::string> {}(function_name.to_string());
return get_color(func_id);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment