regex: added VC6 debugging/memory tracking support to regression test program

[SVN r8913]
This commit is contained in:
John Maddock
2001-02-04 12:16:07 +00:00
parent 47f5cc6fa1
commit 603337af8f
2 changed files with 16 additions and 4 deletions

View File

@ -137,7 +137,7 @@ public:
jm_debug_alloc& operator=(const jm_debug_alloc& d);
~jm_debug_alloc();
void free();
void free_();
static pointer address(reference x)
{
return &x;