Subversion Repositories Kolibri OS

Rev

Rev 5134 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5134 Rev 5963
Line 60... Line 60...
60
	char const *name = t->name();
60
	char const *name = t->name();
61
	{
61
	{
62
	  int status = -1;
62
	  int status = -1;
63
	  char *dem = 0;
63
	  char *dem = 0;
Line 64... Line 64...
64
 
64
	  
Line 65... Line 65...
65
//	  dem = __cxa_demangle(name, 0, 0, &status);
65
	  dem = __cxa_demangle(name, 0, 0, &status);
66
 
66
 
67
	  fputs("terminate called after throwing an instance of '", stderr);
67
	  fputs("terminate called after throwing an instance of '", stderr);
68
	  if (status == 0)
68
	  if (status == 0)