]> git.mxchange.org Git - simgear.git/commit
Bernie Bright:
authorcurt <curt>
Thu, 22 Apr 2004 12:39:16 +0000 (12:39 +0000)
committercurt <curt>
Thu, 22 Apr 2004 12:39:16 +0000 (12:39 +0000)
commit765763202489b4981a98d6964945057fd1279774
treec7eeef379fe1be57b55e264774a968109b4b562a
parentab29063a974b1262365112f68a1823d59d99e9b1
Bernie Bright:

gcc 3.4 has changed the rules for unqualified template name lookup.  This
affects SGQueue.hxx.  The changes I've made are backwards compatible with
earlier gcc versions.  Everything else compiles pretty much okay except for a
few warnings.  The resultant executable seems a bit faster too.
simgear/threads/SGQueue.hxx