"Grizlyk" <[EMAIL PROTECTED]> writes:

>> 66                dem = __cxa_demangle(name, 0, 0, &status);
>
> Thanks, and what part (file) of "info" or any other describes
> "cxxabi.h" and
>   // Demangling routines.
>   char*
>   __cxa_demangle(const char* __mangled_name, char* __output_buffer,
>                  size_t* __length, int* __status);
>

Google finds this:
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaceabi.html

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to