
Jared McIntyre wrote:
I have need of a library that converts a compile time type to a string.
<example deleted>
I have been playing around with code that does this, but I wanted to make sure I wasn't duplicating any work that someone else has already done. I looked through the boost sandbox, but didn't find anything. Am I missing something? If not, is this something that there would be interested in having? Clearly it would be compiler dependent but I know I can get it to work on Visual Studio and I think I could do it with gcc.
Jared
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Such code must exist within compilers, as the error output is full of such information. It would sometimes be nice to get the compiler to say what is happening when there is not an error. This idea would be something similar. John Fletcher