CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

Template weirdness Message #7116
From: Edward Blakes, Jr. Symantec Dev Tools Forum · Think C July 18, 1993 11:21 AM
I'm playing with templates in Symantec C++ and I have come across somthing that I can't understand. The following is an abridged version of some code that comes from a C++ book. The program won't compile if the template function's parameter is constant. It will compile if it is not…