Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix backtrace_dummy
[simgrid.git] / src / xbt / backtrace_dummy.cpp
index 8d5c57a..81a53d4 100644 (file)
@@ -34,7 +34,7 @@ namespace xbt {
 std::vector<std::string> resolveBacktrace(
   xbt_backtrace_location_t* loc, std::size_t count)
 {
-  return [};]
+  return std::vector<std::string>();
 }
 
 }