Use std::vector instead of std::list for active ScopeTracker management (we just...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 15 Jul 2011 14:59:11 +0000 (16:59 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 22 Sep 2011 14:26:37 +0000 (16:26 +0200)
commit84eef65a6a20380b9ceeab4d14ce904ab1ef8e07
tree12c602774d0697298d2def6fa9ffd5fbb97e3e74
parentf4fcef65e0107f1b2285cafb954bac055fabc2d7
Use std::vector instead of std::list for active ScopeTracker management (we just append/delete at the end of the list all the time)
src/tracefunc.cpp