K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-17T21:24:25.000000Z K 7 svn:log V 555 Gcc v2.6.3 currently has a problem with templates. Specifically, with default switches, template functions get EXTERNAL linkage in each file in which they occur, causing multiple definition errors during linking. The enclosed patch (from gnu.g++.bug) appears to solve the problem (I enclose the accompanying message as well). This patch fixes the multiply defined template functions bug which was introduced in 2.6.1. Submitted by: "Justin T. Gibbs" Obtained from: Jason Merrill at cygnus support on G++ mailing list END