Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move xbt::Backtrace to its own file
[simgrid.git] / include / xbt / exception.hpp
index e214640..4036734 100644 (file)
 namespace simgrid {
 namespace xbt {
 
-/** A backtrace
- *
- *  This is used (among other things) in exceptions to store the associated
- *  backtrace.
- *
- *  @ingroup XBT_ex
- */
-typedef std::vector<xbt_backtrace_location_t> Backtrace;
-
 /** The location of where an exception has been thrown
  *
  *  This is a tuple (__FILE__, __LINE__, __func__) and can be created with