Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > Georg Baum <[EMAIL PROTECTED]> | > writes: | > | > | Am Montag, 14. August 2006 20:11 schrieb Lars Gullik Bjønnes: | > | > Ahh... that is what you have done. | > | > But we should not add the templates ourself I think. Only the explit | > | > specialization of the functions. | > | > | > | > And we should make it be complete. (gut feeling...) | > | | > | OK, I can do both, but you did not answer my question: Where should this | > | stuff go? .h or .C file? Which one? | > | > .h file first. docstring.h. | > (Just to do it the same way libstdc++ does.) | | This is not possible. We can either put templates in the .h file, or | specializations in a .C file.
You are saying that we cannot have a template<> char_traits<boost::uint32_t> in the header file? I do not quite get this. -- Lgb