This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with explicit template instanciation


Hi Laurent,

Does the problem still show up when you define...

namespace CDK
{
//...yada yada yada...
ExcpManip Param( char const * const& , char const * const& );
}

The "char const * const" should handle string literals. Whereas "char* const" isn't quite right for string literals.

--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]