Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix backtrace_dummy
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 10 Jun 2016 12:21:17 +0000 (14:21 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 10 Jun 2016 12:21:17 +0000 (14:21 +0200)
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>();
 }
 
 }