SVN: backtracexx/backtracexx.hpp

pluto pluto at pld-linux.org
Wed Nov 14 14:44:26 CET 2007


Author: pluto
Date: Wed Nov 14 14:44:25 2007
New Revision: 9052

Modified:
   backtracexx/backtracexx.hpp
Log:
- change trace type to a list.

Modified: backtracexx/backtracexx.hpp
==============================================================================
--- backtracexx/backtracexx.hpp	(original)
+++ backtracexx/backtracexx.hpp	Wed Nov 14 14:44:25 2007
@@ -3,7 +3,7 @@
 
 #include <iosfwd>
 #include <string>
-#include <vector>
+#include <list>
 
 #if defined( WIN32 ) || defined( WIN64 )
 
@@ -39,7 +39,7 @@
 		bool signalTrampoline;
 	};
 
-	typedef std::vector< Frame > Trace;
+	typedef std::list< Frame > Trace;
 
 	//
 	//	ex == 0, scan() stack from current frame.


More information about the pld-cvs-commit mailing list